Html Css Color HEX #DD60B6 Hot Pink

📋 copy color: '#DD60B6'

red 221 ◦ green 96 ◦ blue 182

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

Shades of Hot Pink #DD60B6

Tints of Hot Pink #DD60B6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

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

R = 44.29%
G = 19.24%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD60B6 (or 0xDD60B6) is known color: Hot Pink. HEX triplet: DD, 60 and B6. RGB value is (221,96,182). Sum of RGB (Red+Green+Blue) = 221+96+182=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60B6 is #229F49. Grayscale: #8E8E8E. Windows color (decimal): -2269002 or 11952349. OLE color: 11952349.

HSL color Cylindrical-coordinate representation of color #DD60B6: hue angle of 318.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60B6 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 182 -
CMYK 0 0.57 0.18 0.13
HSL 318.72º 0.65% 0.62% -
HSV(B) 318.72º 0.57% 0.87% -
XYZ 42.45 27.12 47.25 -
YUV 143.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 221 96 182 0 0.57 0.18 0.13 318.72 0.65 0.62
Hex DD 60 B6 0 39 12 D 13F 41 3E
Octal 335 140 266 0 71 22 15 477 101 76
Binary 11011101 1100000 10110110 0 111001 10010 1101 100111111 1000001 111110

Color Harmonies of #DD60B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60B6

Black with #DD60B6

Text Example


Text Example

White with #DD60B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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