Html Css Color HEX #DD65AD Hot Pink

📋 copy color: '#DD65AD'

red 221 ◦ green 101 ◦ blue 173

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

Shades of Hot Pink #DD65AD

Tints of Hot Pink #DD65AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.4%

 BLUE value IS 173 (67.97% from 255) = 34.95%

R = 44.65%
G = 20.4%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD65AD (or 0xDD65AD) is known color: Hot Pink. HEX triplet: DD, 65 and AD. RGB value is (221,101,173). Sum of RGB (Red+Green+Blue) = 221+101+173=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65AD is #229A52. Grayscale: #909090. Windows color (decimal): -2267731 or 11363805. OLE color: 11363805.

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

Color convert

RGB 221 101 173 -
CMYK 0 0.54 0.22 0.13
HSL 324º 0.64% 0.63% -
HSV(B) 324º 0.54% 0.87% -
XYZ 42.02 27.7 42.67 -
YUV 145.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 221 101 173 0 0.54 0.22 0.13 324 0.64 0.63
Hex DD 65 AD 0 36 16 D 144 40 3F
Octal 335 145 255 0 66 26 15 504 100 77
Binary 11011101 1100101 10101101 0 110110 10110 1101 101000100 1000000 111111

Color Harmonies of #DD65AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65AD

Black with #DD65AD

Text Example


Text Example

White with #DD65AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65AD; }

 p { color: rgb(221,101,173); }

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

background-color css

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

 a { background-color: rgb(221,101,173); }

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

border-color css

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

 span { border-color: rgb(221,101,173); }

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