Html Css Color HEX #DD65B2 Hot Pink

📋 copy color: '#DD65B2'

red 221 ◦ green 101 ◦ blue 178

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

Shades of Hot Pink #DD65B2

Tints of Hot Pink #DD65B2

RGB

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

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

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

R = 44.2%
G = 20.2%
B = 35.6%

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

#DD65B2 (or 0xDD65B2) is known color: Hot Pink. HEX triplet: DD, 65 and B2. RGB value is (221,101,178). Sum of RGB (Red+Green+Blue) = 221+101+178=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65B2 is #229A4D. Grayscale: #919191. Windows color (decimal): -2267726 or 11691485. OLE color: 11691485.

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

Color convert

RGB 221 101 178 -
CMYK 0 0.54 0.19 0.13
HSL 321.5º 0.64% 0.63% -
HSV(B) 321.5º 0.54% 0.87% -
XYZ 42.51 27.89 45.26 -
YUV 145.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 221 101 178 0 0.54 0.19 0.13 321.5 0.64 0.63
Hex DD 65 B2 0 36 13 D 142 40 3F
Octal 335 145 262 0 66 23 15 502 100 77
Binary 11011101 1100101 10110010 0 110110 10011 1101 101000010 1000000 111111

Color Harmonies of #DD65B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD65B2

Black with #DD65B2

Text Example


Text Example

White with #DD65B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD65B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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