Html Css Color HEX #DD66B6 Hot Pink

📋 copy color: '#DD66B6'

red 221 ◦ green 102 ◦ blue 182

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

Shades of Hot Pink #DD66B6

Tints of Hot Pink #DD66B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 43.76%
G = 20.2%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD66B6 (or 0xDD66B6) is known color: Hot Pink. HEX triplet: DD, 66 and B6. RGB value is (221,102,182). Sum of RGB (Red+Green+Blue) = 221+102+182=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66B6 is #229949. Grayscale: #929292. Windows color (decimal): -2267466 or 11953885. OLE color: 11953885.

HSL color Cylindrical-coordinate representation of color #DD66B6: hue angle of 319.66º 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 #DD66B6 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 182 -
CMYK 0 0.54 0.18 0.13
HSL 319.66º 0.64% 0.63% -
HSV(B) 319.66º 0.54% 0.87% -
XYZ 43.01 28.25 47.44 -
YUV 146.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 221 102 182 0 0.54 0.18 0.13 319.66 0.64 0.63
Hex DD 66 B6 0 36 12 D 140 40 3F
Octal 335 146 266 0 66 22 15 500 100 77
Binary 11011101 1100110 10110110 0 110110 10010 1101 101000000 1000000 111111

Color Harmonies of #DD66B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66B6

Black with #DD66B6

Text Example


Text Example

White with #DD66B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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