#de68b3

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

Shades of Hot Pink #DE68B3

Tints of Hot Pink #DE68B3

Color information

#DE68B3 (or 0xDE68B3) is unknown color: approx Hot Pink. HEX triplet: DE, 68 and B3. RGB value is (222,104,179). Sum of RGB (Red+Green+Blue) = 222+104+179=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE68B3 is #21974C. Grayscale: #939393. Windows color (decimal): -2201421 or 11757790. OLE color: 11757790.

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

Color convert

RGB222104179-
CMYK00.530.190.13
HSL321.86º64.13%63.92%-
HSV(B)321.86º53.15%87.06%-
XYZ43.2128.6845.91-
YUV147.83145.59180.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=43.96%
G=20.59%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210417900.530.190.13321.8664.1363.92
HexDE68B303513D1424040
Octal3361502630652315502100100
Binary11011110110100010110011011010110011110110100001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de68b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de68b3; }

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

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

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

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

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

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

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

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