#DE65B2

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

Shades of Hot Pink #DE65B2

Tints of Hot Pink #DE65B2

Color information

#DE65B2 (or 0xDE65B2) is unknown color: approx Hot Pink. HEX triplet: DE, 65 and B2. RGB value is (222,101,178). Sum of RGB (Red+Green+Blue) = 222+101+178=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE65B2 is #219A4D. Grayscale: #919191. Windows color (decimal): -2202190 or 11691486. OLE color: 11691486.

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

Color convert

RGB222101178-
CMYK00.550.200.13
HSL321.82º64.71%63.33%-
HSV(B)321.82º54.5%87.06%-
XYZ42.8128.0545.28-
YUV145.96146.09182.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 178 (69.92% from 255) = 35.53%
R=44.31%
G=20.16%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210117800.550.200.13321.8264.7163.33
HexDE65B203714D142413f
Octal336145262067241550210177
Binary1101111011001011011001001101111010011011010000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE65B2; }

 p { color: rgb(222,101,178); }

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

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

 a { background-color: rgb(222,101,178); }

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

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

 span { border-color: rgb(222,101,178); }

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