Html Css Color HEX #D0407C Deep Cerise

📋 copy color: '#D0407C'

red 208 ◦ green 64 ◦ blue 124

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

Shades of Deep Cerise #D0407C

Tints of Deep Cerise #D0407C

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

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

 BLUE value IS 124 (48.83% from 255) = 31.31%

R = 52.53%
G = 16.16%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0407C (or 0xD0407C) is known color: Deep Cerise. HEX triplet: D0, 40 and 7C. RGB value is (208,64,124). Sum of RGB (Red+Green+Blue) = 208+64+124=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0407C is #2FBF83. Grayscale: #717171. Windows color (decimal): -3129220 or 8143056. OLE color: 8143056.

HSL color Cylindrical-coordinate representation of color #D0407C: hue angle of 335º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0407C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 124 -
CMYK 0 0.69 0.40 0.18
HSL 335º 0.61% 0.53% -
HSV(B) 335º 0.69% 0.82% -
XYZ 31.48 18.53 20.99 -
YUV 113.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 208 64 124 0 0.69 0.40 0.18 335 0.61 0.53
Hex D0 40 7C 0 45 28 12 14F 3D 35
Octal 320 100 174 0 105 50 22 517 75 65
Binary 11010000 1000000 1111100 0 1000101 101000 10010 101001111 111101 110101

Color Harmonies of #D0407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0407C

Black with #D0407C

Text Example


Text Example

White with #D0407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0407C; }

 p { color: rgb(208,64,124); }

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

background-color css

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

 a { background-color: rgb(208,64,124); }

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

border-color css

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

 span { border-color: rgb(208,64,124); }

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