Html Css Color HEX #D03780 Deep Cerise

📋 copy color: '#D03780'

red 208 ◦ green 55 ◦ blue 128

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

Shades of Deep Cerise #D03780

Tints of Deep Cerise #D03780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.07%

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

R = 53.2%
G = 14.07%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03780 (or 0xD03780) is known color: Deep Cerise. HEX triplet: D0, 37 and 80. RGB value is (208,55,128). Sum of RGB (Red+Green+Blue) = 208+55+128=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03780 is #2FC87F. Grayscale: #6C6C6C. Windows color (decimal): -3131520 or 8402896. OLE color: 8402896.

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

Color convert

RGB 208 55 128 -
CMYK 0 0.74 0.38 0.18
HSL 331.37º 0.62% 0.52% -
HSV(B) 331.37º 0.74% 0.82% -
XYZ 31.27 17.7 22.19 -
YUV 109.07 138.69 198.56 -
System Red Green Blue C M Y K H S L
Decimal 208 55 128 0 0.74 0.38 0.18 331.37 0.62 0.52
Hex D0 37 80 0 4A 26 12 14B 3E 34
Octal 320 67 200 0 112 46 22 513 76 64
Binary 11010000 110111 10000000 0 1001010 100110 10010 101001011 111110 110100

Color Harmonies of #D03780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03780

Black with #D03780

Text Example


Text Example

White with #D03780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03780; }

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

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

background-color css

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

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

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

border-color css

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

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

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