Html Css Color HEX #D03580 Deep Cerise

📋 copy color: '#D03580'

red 208 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #D03580

Tints of Deep Cerise #D03580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 53.47%
G = 13.62%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03580 (or 0xD03580) is known color: Deep Cerise. HEX triplet: D0, 35 and 80. RGB value is (208,53,128). Sum of RGB (Red+Green+Blue) = 208+53+128=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D03580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03580 is #2FCA7F. Grayscale: #6B6B6B. Windows color (decimal): -3132032 or 8402384. OLE color: 8402384.

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

Color convert

RGB 208 53 128 -
CMYK 0 0.75 0.38 0.18
HSL 330.97º 0.62% 0.51% -
HSV(B) 330.97º 0.75% 0.82% -
XYZ 31.18 17.51 22.16 -
YUV 107.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 208 53 128 0 0.75 0.38 0.18 330.97 0.62 0.51
Hex D0 35 80 0 4B 26 12 14B 3E 33
Octal 320 65 200 0 113 46 22 513 76 63
Binary 11010000 110101 10000000 0 1001011 100110 10010 101001011 111110 110011

Color Harmonies of #D03580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03580

Black with #D03580

Text Example


Text Example

White with #D03580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03580; }

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

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

background-color css

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

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

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

border-color css

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

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

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