Html Css Color HEX #DD60B5 Hot Pink

📋 copy color: '#DD60B5'

red 221 ◦ green 96 ◦ blue 181

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

Shades of Hot Pink #DD60B5

Tints of Hot Pink #DD60B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.35%

R = 44.38%
G = 19.28%
B = 36.35%

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

#DD60B5 (or 0xDD60B5) is known color: Hot Pink. HEX triplet: DD, 60 and B5. RGB value is (221,96,181). Sum of RGB (Red+Green+Blue) = 221+96+181=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60B5 is #229F4A. Grayscale: #8E8E8E. Windows color (decimal): -2269003 or 11886813. OLE color: 11886813.

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

Color convert

RGB 221 96 181 -
CMYK 0 0.57 0.18 0.13
HSL 319.2º 0.65% 0.62% -
HSV(B) 319.2º 0.57% 0.87% -
XYZ 42.34 27.07 46.71 -
YUV 143.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 221 96 181 0 0.57 0.18 0.13 319.2 0.65 0.62
Hex DD 60 B5 0 39 12 D 13F 41 3E
Octal 335 140 265 0 71 22 15 477 101 76
Binary 11011101 1100000 10110101 0 111001 10010 1101 100111111 1000001 111110

Color Harmonies of #DD60B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60B5

Black with #DD60B5

Text Example


Text Example

White with #DD60B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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