#DE65B3

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

Shades of Hot Pink #DE65B3

Tints of Hot Pink #DE65B3

Color information

#DE65B3 (or 0xDE65B3) is unknown color: approx Hot Pink. HEX triplet: DE, 65 and B3. RGB value is (222,101,179). Sum of RGB (Red+Green+Blue) = 222+101+179=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE65B3 is #219A4C. Grayscale: #919191. Windows color (decimal): -2202189 or 11757022. OLE color: 11757022.

HSL color Cylindrical-coordinate representation of color #DE65B3: hue angle of 321.32º 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 #DE65B3 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB222101179-
CMYK00.550.190.13
HSL321.32º64.71%63.33%-
HSV(B)321.32º54.5%87.06%-
XYZ42.9128.0945.81-
YUV146.07146.59182.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=44.22%
G=20.12%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210117900.550.190.13321.3264.7163.33
HexDE65B303713D141413f
Octal336145263067231550110177
Binary1101111011001011011001101101111001111011010000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE65B3; }

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

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

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

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

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

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

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

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