Html Css Color HEX #D42992 Deep Cerise

📋 copy color: '#D42992'

red 212 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #D42992

Tints of Deep Cerise #D42992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 53.13%
G = 10.28%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D42992 (or 0xD42992) is known color: Deep Cerise. HEX triplet: D4, 29 and 92. RGB value is (212,41,146). Sum of RGB (Red+Green+Blue) = 212+41+146=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D42992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42992 is #2BD66D. Grayscale: #676767. Windows color (decimal): -2872942 or 9578964. OLE color: 9578964.

HSL color Cylindrical-coordinate representation of color #D42992: hue angle of 323.16º 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 #D42992 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 41 146 -
CMYK 0 0.81 0.31 0.17
HSL 323.16º 0.68% 0.5% -
HSV(B) 323.16º 0.81% 0.83% -
XYZ 33.13 17.66 28.86 -
YUV 104.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 212 41 146 0 0.81 0.31 0.17 323.16 0.68 0.5
Hex D4 29 92 0 51 1F 11 143 44 32
Octal 324 51 222 0 121 37 21 503 104 62
Binary 11010100 101001 10010010 0 1010001 11111 10001 101000011 1000100 110010

Color Harmonies of #D42992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42992

Black with #D42992

Text Example


Text Example

White with #D42992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42992; }

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

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

background-color css

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

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

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

border-color css

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

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

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