Html Css Color HEX #D0407F Deep Cerise

📋 copy color: '#D0407F'

red 208 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #D0407F

Tints of Deep Cerise #D0407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 52.13%
G = 16.04%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0407F (or 0xD0407F) is known color: Deep Cerise. HEX triplet: D0, 40 and 7F. RGB value is (208,64,127). Sum of RGB (Red+Green+Blue) = 208+64+127=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0407F is #2FBF80. Grayscale: #727272. Windows color (decimal): -3129217 or 8339664. OLE color: 8339664.

HSL color Cylindrical-coordinate representation of color #D0407F: hue angle of 333.75º 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 #D0407F is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 127 -
CMYK 0 0.69 0.39 0.18
HSL 333.75º 0.61% 0.53% -
HSV(B) 333.75º 0.69% 0.82% -
XYZ 31.68 18.61 22 -
YUV 114.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 208 64 127 0 0.69 0.39 0.18 333.75 0.61 0.53
Hex D0 40 7F 0 45 27 12 14E 3D 35
Octal 320 100 177 0 105 47 22 516 75 65
Binary 11010000 1000000 1111111 0 1000101 100111 10010 101001110 111101 110101

Color Harmonies of #D0407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0407F

Black with #D0407F

Text Example


Text Example

White with #D0407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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