Html Css Color HEX #D03572 Cerise

📋 copy color: '#D03572'

red 208 ◦ green 53 ◦ blue 114

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

Shades of Cerise #D03572

Tints of Cerise #D03572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 55.47%
G = 14.13%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D03572 (or 0xD03572) is known color: Cerise. HEX triplet: D0, 35 and 72. RGB value is (208,53,114). Sum of RGB (Red+Green+Blue) = 208+53+114=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03572 is #2FCA8D. Grayscale: #6A6A6A. Windows color (decimal): -3132046 or 7484880. OLE color: 7484880.

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

Color convert

RGB 208 53 114 -
CMYK 0 0.75 0.45 0.18
HSL 336.39º 0.62% 0.51% -
HSV(B) 336.39º 0.75% 0.82% -
XYZ 30.32 17.17 17.64 -
YUV 106.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 208 53 114 0 0.75 0.45 0.18 336.39 0.62 0.51
Hex D0 35 72 0 4B 2D 12 150 3E 33
Octal 320 65 162 0 113 55 22 520 76 63
Binary 11010000 110101 1110010 0 1001011 101101 10010 101010000 111110 110011

Color Harmonies of #D03572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03572

Black with #D03572

Text Example


Text Example

White with #D03572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03572; }

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

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

background-color css

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

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

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

border-color css

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

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

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