#dd6cb0

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

Shades of Hot Pink #DD6CB0

Tints of Hot Pink #DD6CB0

Color information

#DD6CB0 (or 0xDD6CB0) is unknown color: approx Hot Pink. HEX triplet: DD, 6C and B0. RGB value is (221,108,176). Sum of RGB (Red+Green+Blue) = 221+108+176=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CB0 is #22934F. Grayscale: #959595. Windows color (decimal): -2265936 or 11562205. OLE color: 11562205.

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

Color convert

RGB221108176-
CMYK00.510.200.13
HSL323.89º62.43%64.51%-
HSV(B)323.89º51.13%86.67%-
XYZ43.0229.2344.45-
YUV149.54142.94178.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=43.76%
G=21.39%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110817600.510.200.13323.8962.4364.51
HexDD6CB003314D1443e41
Octal335154260063241550476101
Binary1101110111011001011000001100111010011011010001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6cb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6cb0; }

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

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

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

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

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

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

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

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