Html Css Color HEX #D0407E Deep Cerise

📋 copy color: '#D0407E'

red 208 ◦ green 64 ◦ blue 126

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

Shades of Deep Cerise #D0407E

Tints of Deep Cerise #D0407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 52.26%
G = 16.08%
B = 31.66%

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

#D0407E (or 0xD0407E) is known color: Deep Cerise. HEX triplet: D0, 40 and 7E. RGB value is (208,64,126). Sum of RGB (Red+Green+Blue) = 208+64+126=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0407E is #2FBF81. Grayscale: #727272. Windows color (decimal): -3129218 or 8274128. OLE color: 8274128.

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

Color convert

RGB 208 64 126 -
CMYK 0 0.69 0.39 0.18
HSL 334.17º 0.61% 0.53% -
HSV(B) 334.17º 0.69% 0.82% -
XYZ 31.61 18.58 21.66 -
YUV 114.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 208 64 126 0 0.69 0.39 0.18 334.17 0.61 0.53
Hex D0 40 7E 0 45 27 12 14E 3D 35
Octal 320 100 176 0 105 47 22 516 75 65
Binary 11010000 1000000 1111110 0 1000101 100111 10010 101001110 111101 110101

Color Harmonies of #D0407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0407E

Black with #D0407E

Text Example


Text Example

White with #D0407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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