Html Css Color HEX #DD66B8 Hot Pink

📋 copy color: '#DD66B8'

red 221 ◦ green 102 ◦ blue 184

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

Shades of Hot Pink #DD66B8

Tints of Hot Pink #DD66B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 43.59%
G = 20.12%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD66B8 (or 0xDD66B8) is known color: Hot Pink. HEX triplet: DD, 66 and B8. RGB value is (221,102,184). Sum of RGB (Red+Green+Blue) = 221+102+184=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66B8 is #229947. Grayscale: #929292. Windows color (decimal): -2267464 or 12084957. OLE color: 12084957.

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

Color convert

RGB 221 102 184 -
CMYK 0 0.54 0.17 0.13
HSL 318.66º 0.64% 0.63% -
HSV(B) 318.66º 0.54% 0.87% -
XYZ 43.22 28.34 48.54 -
YUV 146.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 221 102 184 0 0.54 0.17 0.13 318.66 0.64 0.63
Hex DD 66 B8 0 36 11 D 13F 40 3F
Octal 335 146 270 0 66 21 15 477 100 77
Binary 11011101 1100110 10111000 0 110110 10001 1101 100111111 1000000 111111

Color Harmonies of #DD66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66B8

Black with #DD66B8

Text Example


Text Example

White with #DD66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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