Html Css Color HEX #D42D93 Deep Cerise

📋 copy color: '#D42D93'

red 212 ◦ green 45 ◦ blue 147

#D42D93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D42D93

Tints of Deep Cerise #D42D93

RGB

 RED value IS 212 (83.2% from 255) = 52.48%

 GREEN value IS 45 (17.97% from 255) = 11.14%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 52.48%
G = 11.14%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D42D93 (or 0xD42D93) is known color: Deep Cerise. HEX triplet: D4, 2D and 93. RGB value is (212,45,147). Sum of RGB (Red+Green+Blue) = 212+45+147=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42D93 is #2BD26C. Grayscale: #6A6A6A. Windows color (decimal): -2871917 or 9645524. OLE color: 9645524.

HSL color Cylindrical-coordinate representation of color #D42D93: hue angle of 323.35º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D93 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 45 147 -
CMYK 0 0.79 0.31 0.17
HSL 323.35º 0.66% 0.5% -
HSV(B) 323.35º 0.79% 0.83% -
XYZ 33.36 17.98 29.32 -
YUV 106.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 212 45 147 0 0.79 0.31 0.17 323.35 0.66 0.5
Hex D4 2D 93 0 4F 1F 11 143 42 32
Octal 324 55 223 0 117 37 21 503 102 62
Binary 11010100 101101 10010011 0 1001111 11111 10001 101000011 1000010 110010

Color Harmonies of #D42D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42D93

Black with #D42D93

Text Example


Text Example

White with #D42D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42D93; }

 p { color: rgb(212,45,147); }

 H1.HeaderClassName
 {
   color: #D42D93;
 }
 .AnyTagClassName
 {
   color: #D42D93;
 }
</style>

background-color css

<style>
 a { background-color: #D42D93; }

 a { background-color: rgb(212,45,147); }

 div.DivClassName
 {
   background-color: #D42D93;
 }
 .BgClassName
 {
   background-color: #D42D93;
 }
</style>

border-color css

<style>
 span { border-color: #D42D93; }

 span { border-color: rgb(212,45,147); }

 td.TdClassName
 {
   border-color: #D42D93;
 }
 .TagClassName
 {
   border-color: #D42D93;
 }
</style>