#DE67B1

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

Shades of Hot Pink #DE67B1

Tints of Hot Pink #DE67B1

Color information

#DE67B1 (or 0xDE67B1) is unknown color: approx Hot Pink. HEX triplet: DE, 67 and B1. RGB value is (222,103,177). Sum of RGB (Red+Green+Blue) = 222+103+177=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE67B1 is #21984E. Grayscale: #929292. Windows color (decimal): -2201679 or 11626462. OLE color: 11626462.

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

Color convert

RGB222103177-
CMYK00.540.200.13
HSL322.69º64.32%63.73%-
HSV(B)322.69º53.6%87.06%-
XYZ42.9128.444.82-
YUV147.02144.92181.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=44.22%
G=20.52%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210317700.540.200.13322.6964.3263.73
HexDE67B103614D1434040
Octal3361472610662415503100100
Binary11011110110011110110001011011010100110110100001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67B1; }

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

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

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

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

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

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

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

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