Html Css Color HEX #DE60B7 Hot Pink

📋 copy color: '#DE60B7'

red 222 ◦ green 96 ◦ blue 183

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

Shades of Hot Pink #DE60B7

Tints of Hot Pink #DE60B7

RGB

 RED value IS 222 (87.11% from 255) = 44.31%

 GREEN value IS 96 (37.89% from 255) = 19.16%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 44.31%
G = 19.16%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE60B7 (or 0xDE60B7) is known color: Hot Pink. HEX triplet: DE, 60 and B7. RGB value is (222,96,183). Sum of RGB (Red+Green+Blue) = 222+96+183=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE60B7 is #219F48. Grayscale: #8F8F8F. Windows color (decimal): -2203465 or 12017886. OLE color: 12017886.

HSL color Cylindrical-coordinate representation of color #DE60B7: hue angle of 318.57º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE60B7 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 96 183 -
CMYK 0 0.57 0.18 0.13
HSL 318.57º 0.66% 0.62% -
HSV(B) 318.57º 0.57% 0.87% -
XYZ 42.85 27.31 47.81 -
YUV 143.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 222 96 183 0 0.57 0.18 0.13 318.57 0.66 0.62
Hex DE 60 B7 0 39 12 D 13F 42 3E
Octal 336 140 267 0 71 22 15 477 102 76
Binary 11011110 1100000 10110111 0 111001 10010 1101 100111111 1000010 111110

Color Harmonies of #DE60B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE60B7

Black with #DE60B7

Text Example


Text Example

White with #DE60B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE60B7; }

 p { color: rgb(222,96,183); }

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

background-color css

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

 a { background-color: rgb(222,96,183); }

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

border-color css

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

 span { border-color: rgb(222,96,183); }

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