Html Css Color HEX #FF2077 Deep Pink

📋 copy color: '#FF2077'

red 255 ◦ green 32 ◦ blue 119

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

Shades of Deep Pink #FF2077

Tints of Deep Pink #FF2077

RGB

 RED value IS 255 (100% from 255) = 62.81%

 GREEN value IS 32 (12.89% from 255) = 7.88%

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

R = 62.81%
G = 7.88%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF2077 (or 0xFF2077) is known color: Deep Pink. HEX triplet: FF, 20 and 77. RGB value is (255,32,119). Sum of RGB (Red+Green+Blue) = 255+32+119=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2077 is #00DF88. Grayscale: #6C6C6C. Windows color (decimal): -57225 or 7807231. OLE color: 7807231.

HSL color Cylindrical-coordinate representation of color #FF2077: hue angle of 336.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2077 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 32 119 -
CMYK 0 0.87 0.53 0
HSL 336.59º 1% 0.56% -
HSV(B) 336.59º 0.87% 1% -
XYZ 45.09 23.62 19.64 -
YUV 108.6 133.88 232.43 -
System Red Green Blue C M Y K H S L
Decimal 255 32 119 0 0.87 0.53 0 336.59 1 0.56
Hex FF 20 77 0 57 35 0 151 64 38
Octal 377 40 167 0 127 65 0 521 144 70
Binary 11111111 100000 1110111 0 1010111 110101 0 101010001 1100100 111000

Color Harmonies of #FF2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2077

Black with #FF2077

Text Example


Text Example

White with #FF2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2077; }

 p { color: rgb(255,32,119); }

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

background-color css

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

 a { background-color: rgb(255,32,119); }

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

border-color css

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

 span { border-color: rgb(255,32,119); }

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