Html Css Color HEX #D03570 Cerise

📋 copy color: '#D03570'

red 208 ◦ green 53 ◦ blue 112

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

Shades of Cerise #D03570

Tints of Cerise #D03570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.21%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 55.76%
G = 14.21%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D03570 (or 0xD03570) is known color: Cerise. HEX triplet: D0, 35 and 70. RGB value is (208,53,112). Sum of RGB (Red+Green+Blue) = 208+53+112=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D03570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03570 is #2FCA8F. Grayscale: #696969. Windows color (decimal): -3132048 or 7353808. OLE color: 7353808.

HSL color Cylindrical-coordinate representation of color #D03570: hue angle of 337.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03570 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 112 -
CMYK 0 0.75 0.46 0.18
HSL 337.16º 0.62% 0.51% -
HSV(B) 337.16º 0.75% 0.82% -
XYZ 30.21 17.13 17.04 -
YUV 106.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 208 53 112 0 0.75 0.46 0.18 337.16 0.62 0.51
Hex D0 35 70 0 4B 2E 12 151 3E 33
Octal 320 65 160 0 113 56 22 521 76 63
Binary 11010000 110101 1110000 0 1001011 101110 10010 101010001 111110 110011

Color Harmonies of #D03570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03570

Black with #D03570

Text Example


Text Example

White with #D03570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03570; }

 p { color: rgb(208,53,112); }

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

background-color css

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

 a { background-color: rgb(208,53,112); }

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

border-color css

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

 span { border-color: rgb(208,53,112); }

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