Html Css Color HEX #DD80BA Persian Pink

📋 copy color: '#DD80BA'

red 221 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #DD80BA

Tints of Persian Pink #DD80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.93%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 41.31%
G = 23.93%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD80BA (or 0xDD80BA) is known color: Persian Pink. HEX triplet: DD, 80 and BA. RGB value is (221,128,186). Sum of RGB (Red+Green+Blue) = 221+128+186=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BA is #227F45. Grayscale: #A2A2A2. Windows color (decimal): -2260806 or 12222685. OLE color: 12222685.

HSL color Cylindrical-coordinate representation of color #DD80BA: hue angle of 322.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80BA is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 186 -
CMYK 0 0.42 0.16 0.13
HSL 322.58º 0.58% 0.68% -
HSV(B) 322.58º 0.42% 0.87% -
XYZ 46.4 34.36 50.64 -
YUV 162.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 221 128 186 0 0.42 0.16 0.13 322.58 0.58 0.68
Hex DD 80 BA 0 2A 10 D 143 3A 44
Octal 335 200 272 0 52 20 15 503 72 104
Binary 11011101 10000000 10111010 0 101010 10000 1101 101000011 111010 1000100

Color Harmonies of #DD80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80BA

Black with #DD80BA

Text Example


Text Example

White with #DD80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80BA; }

 p { color: rgb(221,128,186); }

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

background-color css

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

 a { background-color: rgb(221,128,186); }

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

border-color css

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

 span { border-color: rgb(221,128,186); }

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