Html Css Color HEX #D42DAB Deep Cerise

📋 copy color: '#D42DAB'

red 212 ◦ green 45 ◦ blue 171

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

Shades of Deep Cerise #D42DAB

Tints of Deep Cerise #D42DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 49.53%
G = 10.51%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D42DAB (or 0xD42DAB) is known color: Deep Cerise. HEX triplet: D4, 2D and AB. RGB value is (212,45,171). Sum of RGB (Red+Green+Blue) = 212+45+171=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAB is #2BD254. Grayscale: #6C6C6C. Windows color (decimal): -2871893 or 11218388. OLE color: 11218388.

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

Color convert

RGB 212 45 171 -
CMYK 0 0.79 0.19 0.17
HSL 314.73º 0.66% 0.5% -
HSV(B) 314.73º 0.79% 0.83% -
XYZ 35.44 18.81 40.29 -
YUV 109.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 212 45 171 0 0.79 0.19 0.17 314.73 0.66 0.5
Hex D4 2D AB 0 4F 13 11 13B 42 32
Octal 324 55 253 0 117 23 21 473 102 62
Binary 11010100 101101 10101011 0 1001111 10011 10001 100111011 1000010 110010

Color Harmonies of #D42DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DAB

Black with #D42DAB

Text Example


Text Example

White with #D42DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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