Html Css Color HEX #DD6BB0 Hot Pink

📋 copy color: '#DD6BB0'

red 221 ◦ green 107 ◦ blue 176

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

Shades of Hot Pink #DD6BB0

Tints of Hot Pink #DD6BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 43.85%
G = 21.23%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD6BB0 (or 0xDD6BB0) is known color: Hot Pink. HEX triplet: DD, 6B and B0. RGB value is (221,107,176). Sum of RGB (Red+Green+Blue) = 221+107+176=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BB0 is #22944F. Grayscale: #949494. Windows color (decimal): -2266192 or 11561949. OLE color: 11561949.

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

Color convert

RGB 221 107 176 -
CMYK 0 0.52 0.20 0.13
HSL 323.68º 0.63% 0.64% -
HSV(B) 323.68º 0.52% 0.87% -
XYZ 42.91 29.02 44.41 -
YUV 148.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 221 107 176 0 0.52 0.20 0.13 323.68 0.63 0.64
Hex DD 6B B0 0 34 14 D 144 3F 40
Octal 335 153 260 0 64 24 15 504 77 100
Binary 11011101 1101011 10110000 0 110100 10100 1101 101000100 111111 1000000

Color Harmonies of #DD6BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6BB0

Black with #DD6BB0

Text Example


Text Example

White with #DD6BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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