Html Css Color HEX #DD66B2 Hot Pink

📋 copy color: '#DD66B2'

red 221 ◦ green 102 ◦ blue 178

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

Shades of Hot Pink #DD66B2

Tints of Hot Pink #DD66B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 44.11%
G = 20.36%
B = 35.53%

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

#DD66B2 (or 0xDD66B2) is known color: Hot Pink. HEX triplet: DD, 66 and B2. RGB value is (221,102,178). Sum of RGB (Red+Green+Blue) = 221+102+178=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66B2 is #22994D. Grayscale: #929292. Windows color (decimal): -2267470 or 11691741. OLE color: 11691741.

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

Color convert

RGB 221 102 178 -
CMYK 0 0.54 0.19 0.13
HSL 321.68º 0.64% 0.63% -
HSV(B) 321.68º 0.54% 0.87% -
XYZ 42.61 28.09 45.3 -
YUV 146.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 221 102 178 0 0.54 0.19 0.13 321.68 0.64 0.63
Hex DD 66 B2 0 36 13 D 142 40 3F
Octal 335 146 262 0 66 23 15 502 100 77
Binary 11011101 1100110 10110010 0 110110 10011 1101 101000010 1000000 111111

Color Harmonies of #DD66B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66B2

Black with #DD66B2

Text Example


Text Example

White with #DD66B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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