Html Css Color HEX #DD66B3 Hot Pink

📋 copy color: '#DD66B3'

red 221 ◦ green 102 ◦ blue 179

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

Shades of Hot Pink #DD66B3

Tints of Hot Pink #DD66B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 44.02%
G = 20.32%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD66B3 (or 0xDD66B3) is known color: Hot Pink. HEX triplet: DD, 66 and B3. RGB value is (221,102,179). Sum of RGB (Red+Green+Blue) = 221+102+179=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66B3 is #22994C. Grayscale: #929292. Windows color (decimal): -2267469 or 11757277. OLE color: 11757277.

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

Color convert

RGB 221 102 179 -
CMYK 0 0.54 0.19 0.13
HSL 321.18º 0.64% 0.63% -
HSV(B) 321.18º 0.54% 0.87% -
XYZ 42.71 28.13 45.83 -
YUV 146.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 221 102 179 0 0.54 0.19 0.13 321.18 0.64 0.63
Hex DD 66 B3 0 36 13 D 141 40 3F
Octal 335 146 263 0 66 23 15 501 100 77
Binary 11011101 1100110 10110011 0 110110 10011 1101 101000001 1000000 111111

Color Harmonies of #DD66B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66B3

Black with #DD66B3

Text Example


Text Example

White with #DD66B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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