Html Css Color HEX #D02777 Deep Cerise

📋 copy color: '#D02777'

red 208 ◦ green 39 ◦ blue 119

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

Shades of Deep Cerise #D02777

Tints of Deep Cerise #D02777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 56.83%
G = 10.66%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D02777 (or 0xD02777) is known color: Deep Cerise. HEX triplet: D0, 27 and 77. RGB value is (208,39,119). Sum of RGB (Red+Green+Blue) = 208+39+119=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D02777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02777 is #2FD888. Grayscale: #626262. Windows color (decimal): -3135625 or 7808976. OLE color: 7808976.

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

Color convert

RGB 208 39 119 -
CMYK 0 0.81 0.43 0.18
HSL 331.6º 0.68% 0.48% -
HSV(B) 331.6º 0.81% 0.82% -
XYZ 30.07 16.19 18.99 -
YUV 98.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 208 39 119 0 0.81 0.43 0.18 331.6 0.68 0.48
Hex D0 27 77 0 51 2B 12 14C 44 30
Octal 320 47 167 0 121 53 22 514 104 60
Binary 11010000 100111 1110111 0 1010001 101011 10010 101001100 1000100 110000

Color Harmonies of #D02777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02777

Black with #D02777

Text Example


Text Example

White with #D02777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02777; }

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

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

background-color css

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

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

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

border-color css

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

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

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