Html Css Color HEX #DD80BE Persian Pink

📋 copy color: '#DD80BE'

red 221 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #DD80BE

Tints of Persian Pink #DD80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 41%
G = 23.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD80BE (or 0xDD80BE) is known color: Persian Pink. HEX triplet: DD, 80 and BE. RGB value is (221,128,190). Sum of RGB (Red+Green+Blue) = 221+128+190=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BE is #227F41. Grayscale: #A2A2A2. Windows color (decimal): -2260802 or 12484829. OLE color: 12484829.

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

Color convert

RGB 221 128 190 -
CMYK 0 0.42 0.14 0.13
HSL 320º 0.58% 0.68% -
HSV(B) 320º 0.42% 0.87% -
XYZ 46.83 34.53 52.91 -
YUV 162.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 221 128 190 0 0.42 0.14 0.13 320 0.58 0.68
Hex DD 80 BE 0 2A E D 140 3A 44
Octal 335 200 276 0 52 16 15 500 72 104
Binary 11011101 10000000 10111110 0 101010 1110 1101 101000000 111010 1000100

Color Harmonies of #DD80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80BE

Black with #DD80BE

Text Example


Text Example

White with #DD80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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