Html Css Color HEX #D0405F Cerise

📋 copy color: '#D0405F'

red 208 ◦ green 64 ◦ blue 95

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

Shades of Cerise #D0405F

Tints of Cerise #D0405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 56.68%
G = 17.44%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0405F (or 0xD0405F) is known color: Cerise. HEX triplet: D0, 40 and 5F. RGB value is (208,64,95). Sum of RGB (Red+Green+Blue) = 208+64+95=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0405F is #2FBFA0. Grayscale: #6E6E6E. Windows color (decimal): -3129249 or 6242512. OLE color: 6242512.

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

Color convert

RGB 208 64 95 -
CMYK 0 0.69 0.54 0.18
HSL 347.08º 0.61% 0.53% -
HSV(B) 347.08º 0.69% 0.82% -
XYZ 29.91 17.9 12.71 -
YUV 110.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 208 64 95 0 0.69 0.54 0.18 347.08 0.61 0.53
Hex D0 40 5F 0 45 36 12 15B 3D 35
Octal 320 100 137 0 105 66 22 533 75 65
Binary 11010000 1000000 1011111 0 1000101 110110 10010 101011011 111101 110101

Color Harmonies of #D0405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0405F

Black with #D0405F

Text Example


Text Example

White with #D0405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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