Html Css Color HEX #D03980 Deep Cerise

📋 copy color: '#D03980'

red 208 ◦ green 57 ◦ blue 128

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

Shades of Deep Cerise #D03980

Tints of Deep Cerise #D03980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.5%

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

R = 52.93%
G = 14.5%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D03980 (or 0xD03980) is known color: Deep Cerise. HEX triplet: D0, 39 and 80. RGB value is (208,57,128). Sum of RGB (Red+Green+Blue) = 208+57+128=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03980 is #2FC67F. Grayscale: #6E6E6E. Windows color (decimal): -3131008 or 8403408. OLE color: 8403408.

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

Color convert

RGB 208 57 128 -
CMYK 0 0.73 0.38 0.18
HSL 331.79º 0.62% 0.52% -
HSV(B) 331.79º 0.73% 0.82% -
XYZ 31.37 17.89 22.22 -
YUV 110.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 208 57 128 0 0.73 0.38 0.18 331.79 0.62 0.52
Hex D0 39 80 0 49 26 12 14C 3E 34
Octal 320 71 200 0 111 46 22 514 76 64
Binary 11010000 111001 10000000 0 1001001 100110 10010 101001100 111110 110100

Color Harmonies of #D03980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03980

Black with #D03980

Text Example


Text Example

White with #D03980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03980; }

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

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

background-color css

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

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

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

border-color css

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

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

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