Html Css Color HEX #DD80B8 Persian Pink

📋 copy color: '#DD80B8'

red 221 ◦ green 128 ◦ blue 184

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

Shades of Persian Pink #DD80B8

Tints of Persian Pink #DD80B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.52%

R = 41.46%
G = 24.02%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD80B8 (or 0xDD80B8) is known color: Persian Pink. HEX triplet: DD, 80 and B8. RGB value is (221,128,184). Sum of RGB (Red+Green+Blue) = 221+128+184=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80B8 is #227F47. Grayscale: #A2A2A2. Windows color (decimal): -2260808 or 12091613. OLE color: 12091613.

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

Color convert

RGB 221 128 184 -
CMYK 0 0.42 0.17 0.13
HSL 323.87º 0.58% 0.68% -
HSV(B) 323.87º 0.42% 0.87% -
XYZ 46.19 34.27 49.53 -
YUV 162.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 221 128 184 0 0.42 0.17 0.13 323.87 0.58 0.68
Hex DD 80 B8 0 2A 11 D 144 3A 44
Octal 335 200 270 0 52 21 15 504 72 104
Binary 11011101 10000000 10111000 0 101010 10001 1101 101000100 111010 1000100

Color Harmonies of #DD80B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80B8

Black with #DD80B8

Text Example


Text Example

White with #DD80B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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