Html Css Color HEX #D03560 Cerise

📋 copy color: '#D03560'

red 208 ◦ green 53 ◦ blue 96

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

Shades of Cerise #D03560

Tints of Cerise #D03560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 58.26%
G = 14.85%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D03560 (or 0xD03560) is known color: Cerise. HEX triplet: D0, 35 and 60. RGB value is (208,53,96). Sum of RGB (Red+Green+Blue) = 208+53+96=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D03560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03560 is #2FCA9F. Grayscale: #686868. Windows color (decimal): -3132064 or 6305232. OLE color: 6305232.

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

Color convert

RGB 208 53 96 -
CMYK 0 0.75 0.54 0.18
HSL 343.35º 0.62% 0.51% -
HSV(B) 343.35º 0.75% 0.82% -
XYZ 29.4 16.8 12.76 -
YUV 104.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 208 53 96 0 0.75 0.54 0.18 343.35 0.62 0.51
Hex D0 35 60 0 4B 36 12 157 3E 33
Octal 320 65 140 0 113 66 22 527 76 63
Binary 11010000 110101 1100000 0 1001011 110110 10010 101010111 111110 110011

Color Harmonies of #D03560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03560

Black with #D03560

Text Example


Text Example

White with #D03560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03560; }

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

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

background-color css

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

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

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

border-color css

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

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

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