#DD6BB0

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

Shades of Hot Pink #DD6BB0

Tints of Hot Pink #DD6BB0

Color information

#DD6BB0 (or 0xDD6BB0) is unknown color: approx Hot Pink. HEX triplet: DD, 6B and B0. RGB value is (221,107,176). Sum of RGB (Red+Green+Blue) = 221+107+176=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BB0 is #22944F. Grayscale: #949494. Windows color (decimal): -2266192 or 11561949. OLE color: 11561949.

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

Color convert

RGB221107176-
CMYK00.520.200.13
HSL323.68º62.64%64.31%-
HSV(B)323.68º51.58%86.67%-
XYZ42.9129.0244.41-
YUV148.95143.27179.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=43.85%
G=21.23%
B=34.92%

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
Decimal22110717600.520.200.13323.6862.6464.31
HexDD6BB003414D1443f40
Octal335153260064241550477100
Binary1101110111010111011000001101001010011011010001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BB0; }

 p { color: rgb(221,107,176); }

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

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

 a { background-color: rgb(221,107,176); }

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

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

 span { border-color: rgb(221,107,176); }

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