Html Css Color HEX #D03680 Deep Cerise

📋 copy color: '#D03680'

red 208 ◦ green 54 ◦ blue 128

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

Shades of Deep Cerise #D03680

Tints of Deep Cerise #D03680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.85%

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

R = 53.33%
G = 13.85%
B = 32.82%

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

#D03680 (or 0xD03680) is known color: Deep Cerise. HEX triplet: D0, 36 and 80. RGB value is (208,54,128). Sum of RGB (Red+Green+Blue) = 208+54+128=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D03680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03680 is #2FC97F. Grayscale: #6C6C6C. Windows color (decimal): -3131776 or 8402640. OLE color: 8402640.

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

Color convert

RGB 208 54 128 -
CMYK 0 0.74 0.38 0.18
HSL 331.17º 0.62% 0.51% -
HSV(B) 331.17º 0.74% 0.82% -
XYZ 31.23 17.61 22.17 -
YUV 108.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 208 54 128 0 0.74 0.38 0.18 331.17 0.62 0.51
Hex D0 36 80 0 4A 26 12 14B 3E 33
Octal 320 66 200 0 112 46 22 513 76 63
Binary 11010000 110110 10000000 0 1001010 100110 10010 101001011 111110 110011

Color Harmonies of #D03680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03680

Black with #D03680

Text Example


Text Example

White with #D03680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03680; }

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

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

background-color css

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

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

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

border-color css

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

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

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