Html Css Color HEX #DD6BB2 Hot Pink

📋 copy color: '#DD6BB2'

red 221 ◦ green 107 ◦ blue 178

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

Shades of Hot Pink #DD6BB2

Tints of Hot Pink #DD6BB2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.15%

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

R = 43.68%
G = 21.15%
B = 35.18%

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

#DD6BB2 (or 0xDD6BB2) is known color: Hot Pink. HEX triplet: DD, 6B and B2. RGB value is (221,107,178). Sum of RGB (Red+Green+Blue) = 221+107+178=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BB2 is #22944D. Grayscale: #959595. Windows color (decimal): -2266190 or 11693021. OLE color: 11693021.

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

Color convert

RGB 221 107 178 -
CMYK 0 0.52 0.19 0.13
HSL 322.63º 0.63% 0.64% -
HSV(B) 322.63º 0.52% 0.87% -
XYZ 43.11 29.1 45.46 -
YUV 149.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 221 107 178 0 0.52 0.19 0.13 322.63 0.63 0.64
Hex DD 6B B2 0 34 13 D 143 3F 40
Octal 335 153 262 0 64 23 15 503 77 100
Binary 11011101 1101011 10110010 0 110100 10011 1101 101000011 111111 1000000

Color Harmonies of #DD6BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BB2

Black with #DD6BB2

Text Example


Text Example

White with #DD6BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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