Html Css Color HEX #DD66B0 Hot Pink

📋 copy color: '#DD66B0'

red 221 ◦ green 102 ◦ blue 176

#DD66B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DD66B0

Tints of Hot Pink #DD66B0

RGB

 RED value IS 221 (86.72% from 255) = 44.29%

 GREEN value IS 102 (40.23% from 255) = 20.44%

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 44.29%
G = 20.44%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD66B0 (or 0xDD66B0) is known color: Hot Pink. HEX triplet: DD, 66 and B0. RGB value is (221,102,176). Sum of RGB (Red+Green+Blue) = 221+102+176=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66B0 is #22994F. Grayscale: #919191. Windows color (decimal): -2267472 or 11560669. OLE color: 11560669.

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

Color convert

RGB 221 102 176 -
CMYK 0 0.54 0.20 0.13
HSL 322.69º 0.64% 0.63% -
HSV(B) 322.69º 0.54% 0.87% -
XYZ 42.41 28.01 44.25 -
YUV 146.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 221 102 176 0 0.54 0.20 0.13 322.69 0.64 0.63
Hex DD 66 B0 0 36 14 D 143 40 3F
Octal 335 146 260 0 66 24 15 503 100 77
Binary 11011101 1100110 10110000 0 110110 10100 1101 101000011 1000000 111111

Color Harmonies of #DD66B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66B0

Black with #DD66B0

Text Example


Text Example

White with #DD66B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66B0; }

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

 H1.HeaderClassName
 {
   color: #DD66B0;
 }
 .AnyTagClassName
 {
   color: #DD66B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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