Html Css Color HEX #DD6AB2 Hot Pink

📋 copy color: '#DD6AB2'

red 221 ◦ green 106 ◦ blue 178

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

Shades of Hot Pink #DD6AB2

Tints of Hot Pink #DD6AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

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

R = 43.76%
G = 20.99%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD6AB2 (or 0xDD6AB2) is known color: Hot Pink. HEX triplet: DD, 6A and B2. RGB value is (221,106,178). Sum of RGB (Red+Green+Blue) = 221+106+178=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AB2 is #22954D. Grayscale: #949494. Windows color (decimal): -2266446 or 11692765. OLE color: 11692765.

HSL color Cylindrical-coordinate representation of color #DD6AB2: hue angle of 322.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 178 -
CMYK 0 0.52 0.19 0.13
HSL 322.43º 0.63% 0.64% -
HSV(B) 322.43º 0.52% 0.87% -
XYZ 43.01 28.89 45.43 -
YUV 148.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 221 106 178 0 0.52 0.19 0.13 322.43 0.63 0.64
Hex DD 6A B2 0 34 13 D 142 3F 40
Octal 335 152 262 0 64 23 15 502 77 100
Binary 11011101 1101010 10110010 0 110100 10011 1101 101000010 111111 1000000

Color Harmonies of #DD6AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6AB2

Black with #DD6AB2

Text Example


Text Example

White with #DD6AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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