Html Css Color HEX #D2407D Deep Cerise

📋 copy color: '#D2407D'

red 210 ◦ green 64 ◦ blue 125

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

Shades of Deep Cerise #D2407D

Tints of Deep Cerise #D2407D

RGB

 RED value IS 210 (82.42% from 255) = 52.63%

 GREEN value IS 64 (25.39% from 255) = 16.04%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 52.63%
G = 16.04%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2407D (or 0xD2407D) is known color: Deep Cerise. HEX triplet: D2, 40 and 7D. RGB value is (210,64,125). Sum of RGB (Red+Green+Blue) = 210+64+125=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2407D is #2DBF82. Grayscale: #727272. Windows color (decimal): -2998147 or 8208594. OLE color: 8208594.

HSL color Cylindrical-coordinate representation of color #D2407D: hue angle of 334.93º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2407D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 125 -
CMYK 0 0.70 0.40 0.18
HSL 334.93º 0.62% 0.54% -
HSV(B) 334.93º 0.7% 0.82% -
XYZ 32.11 18.85 21.35 -
YUV 114.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 210 64 125 0 0.70 0.40 0.18 334.93 0.62 0.54
Hex D2 40 7D 0 46 28 12 14F 3E 36
Octal 322 100 175 0 106 50 22 517 76 66
Binary 11010010 1000000 1111101 0 1000110 101000 10010 101001111 111110 110110

Color Harmonies of #D2407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2407D

Black with #D2407D

Text Example


Text Example

White with #D2407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2407D; }

 p { color: rgb(210,64,125); }

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

background-color css

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

 a { background-color: rgb(210,64,125); }

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

border-color css

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

 span { border-color: rgb(210,64,125); }

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