#DE6BB1

Color #DE6BB1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #DE6BB1

Tints of Hot Pink #DE6BB1

Color information

#DE6BB1 (or 0xDE6BB1) is unknown color: approx Hot Pink. HEX triplet: DE, 6B and B1. RGB value is (222,107,177). Sum of RGB (Red+Green+Blue) = 222+107+177=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6BB1 is #21944E. Grayscale: #959595. Windows color (decimal): -2200655 or 11627486. OLE color: 11627486.

HSL color Cylindrical-coordinate representation of color #DE6BB1: hue angle of 323.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6BB1 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222107177-
CMYK00.520.200.13
HSL323.48º63.54%64.51%-
HSV(B)323.48º51.8%87.06%-
XYZ43.3229.2244.95-
YUV149.36143.6179.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=43.87%
G=21.15%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210717700.520.200.13323.4863.5464.51
HexDE6BB103414D1434041
Octal3361532610642415503100101
Binary11011110110101110110001011010010100110110100001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6BB1; }

 p { color: rgb(222,107,177); }

 H1.HeaderClassName
 {
   color: #DE6BB1;
 }
 .AnyTagClassName
 {
   color: #DE6BB1;
 }
</style>
background-color css

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

 a { background-color: rgb(222,107,177); }

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

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

 span { border-color: rgb(222,107,177); }

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