Html Css Color HEX #D42DA9 Deep Cerise

📋 copy color: '#D42DA9'

red 212 ◦ green 45 ◦ blue 169

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

Shades of Deep Cerise #D42DA9

Tints of Deep Cerise #D42DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 39.67%

R = 49.77%
G = 10.56%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D42DA9 (or 0xD42DA9) is known color: Deep Cerise. HEX triplet: D4, 2D and A9. RGB value is (212,45,169). Sum of RGB (Red+Green+Blue) = 212+45+169=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DA9 is #2BD256. Grayscale: #6C6C6C. Windows color (decimal): -2871895 or 11087316. OLE color: 11087316.

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

Color convert

RGB 212 45 169 -
CMYK 0 0.79 0.20 0.17
HSL 315.45º 0.66% 0.5% -
HSV(B) 315.45º 0.79% 0.83% -
XYZ 35.25 18.74 39.3 -
YUV 109.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 212 45 169 0 0.79 0.20 0.17 315.45 0.66 0.5
Hex D4 2D A9 0 4F 14 11 13B 42 32
Octal 324 55 251 0 117 24 21 473 102 62
Binary 11010100 101101 10101001 0 1001111 10100 10001 100111011 1000010 110010

Color Harmonies of #D42DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DA9

Black with #D42DA9

Text Example


Text Example

White with #D42DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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