Html Css Color HEX #D02780 Deep Cerise

📋 copy color: '#D02780'

red 208 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #D02780

Tints of Deep Cerise #D02780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 55.47%
G = 10.4%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D02780 (or 0xD02780) is known color: Deep Cerise. HEX triplet: D0, 27 and 80. RGB value is (208,39,128). Sum of RGB (Red+Green+Blue) = 208+39+128=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D02780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02780 is #2FD87F. Grayscale: #636363. Windows color (decimal): -3135616 or 8398800. OLE color: 8398800.

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

Color convert

RGB 208 39 128 -
CMYK 0 0.81 0.38 0.18
HSL 328.4º 0.68% 0.48% -
HSV(B) 328.4º 0.81% 0.82% -
XYZ 30.63 16.42 21.98 -
YUV 99.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 208 39 128 0 0.81 0.38 0.18 328.4 0.68 0.48
Hex D0 27 80 0 51 26 12 148 44 30
Octal 320 47 200 0 121 46 22 510 104 60
Binary 11010000 100111 10000000 0 1010001 100110 10010 101001000 1000100 110000

Color Harmonies of #D02780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02780

Black with #D02780

Text Example


Text Example

White with #D02780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02780; }

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

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

background-color css

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

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

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

border-color css

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

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

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