Html Css Color HEX #D42994 Deep Cerise

📋 copy color: '#D42994'

red 212 ◦ green 41 ◦ blue 148

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

Shades of Deep Cerise #D42994

Tints of Deep Cerise #D42994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

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

R = 52.87%
G = 10.22%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D42994 (or 0xD42994) is known color: Deep Cerise. HEX triplet: D4, 29 and 94. RGB value is (212,41,148). Sum of RGB (Red+Green+Blue) = 212+41+148=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D42994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42994 is #2BD66B. Grayscale: #686868. Windows color (decimal): -2872940 or 9710036. OLE color: 9710036.

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

Color convert

RGB 212 41 148 -
CMYK 0 0.81 0.30 0.17
HSL 322.46º 0.68% 0.5% -
HSV(B) 322.46º 0.81% 0.83% -
XYZ 33.29 17.72 29.68 -
YUV 104.33 152.65 204.8 -
System Red Green Blue C M Y K H S L
Decimal 212 41 148 0 0.81 0.30 0.17 322.46 0.68 0.5
Hex D4 29 94 0 51 1E 11 142 44 32
Octal 324 51 224 0 121 36 21 502 104 62
Binary 11010100 101001 10010100 0 1010001 11110 10001 101000010 1000100 110010

Color Harmonies of #D42994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42994

Black with #D42994

Text Example


Text Example

White with #D42994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42994; }

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

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

background-color css

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

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

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

border-color css

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

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

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