Html Css Color HEX #D42592 Deep Cerise

📋 copy color: '#D42592'

red 212 ◦ green 37 ◦ blue 146

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

Shades of Deep Cerise #D42592

Tints of Deep Cerise #D42592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.37%

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

R = 53.67%
G = 9.37%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D42592 (or 0xD42592) is known color: Deep Cerise. HEX triplet: D4, 25 and 92. RGB value is (212,37,146). Sum of RGB (Red+Green+Blue) = 212+37+146=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D42592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42592 is #2BDA6D. Grayscale: #656565. Windows color (decimal): -2873966 or 9577940. OLE color: 9577940.

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

Color convert

RGB 212 37 146 -
CMYK 0 0.83 0.31 0.17
HSL 322.63º 0.7% 0.49% -
HSV(B) 322.63º 0.83% 0.83% -
XYZ 33 17.4 28.81 -
YUV 101.75 152.98 206.64 -
System Red Green Blue C M Y K H S L
Decimal 212 37 146 0 0.83 0.31 0.17 322.63 0.7 0.49
Hex D4 25 92 0 53 1F 11 143 46 31
Octal 324 45 222 0 123 37 21 503 106 61
Binary 11010100 100101 10010010 0 1010011 11111 10001 101000011 1000110 110001

Color Harmonies of #D42592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42592

Black with #D42592

Text Example


Text Example

White with #D42592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42592; }

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

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

background-color css

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

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

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

border-color css

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

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

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