Html Css Color HEX #D42494 Deep Cerise

📋 copy color: '#D42494'

red 212 ◦ green 36 ◦ blue 148

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

Shades of Deep Cerise #D42494

Tints of Deep Cerise #D42494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.09%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 53.54%
G = 9.09%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D42494 (or 0xD42494) is known color: Deep Cerise. HEX triplet: D4, 24 and 94. RGB value is (212,36,148). Sum of RGB (Red+Green+Blue) = 212+36+148=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D42494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42494 is #2BDB6B. Grayscale: #656565. Windows color (decimal): -2874220 or 9708756. OLE color: 9708756.

HSL color Cylindrical-coordinate representation of color #D42494: hue angle of 321.82º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42494 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 36 148 -
CMYK 0 0.83 0.30 0.17
HSL 321.82º 0.71% 0.49% -
HSV(B) 321.82º 0.83% 0.83% -
XYZ 33.13 17.4 29.63 -
YUV 101.39 154.31 206.89 -
System Red Green Blue C M Y K H S L
Decimal 212 36 148 0 0.83 0.30 0.17 321.82 0.71 0.49
Hex D4 24 94 0 53 1E 11 142 47 31
Octal 324 44 224 0 123 36 21 502 107 61
Binary 11010100 100100 10010100 0 1010011 11110 10001 101000010 1000111 110001

Color Harmonies of #D42494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42494

Black with #D42494

Text Example


Text Example

White with #D42494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42494; }

 p { color: rgb(212,36,148); }

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

background-color css

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

 a { background-color: rgb(212,36,148); }

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

border-color css

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

 span { border-color: rgb(212,36,148); }

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