Html Css Color HEX #DD80BF Persian Pink

📋 copy color: '#DD80BF'

red 221 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #DD80BF

Tints of Persian Pink #DD80BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.37%

R = 40.93%
G = 23.7%
B = 35.37%

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

#DD80BF (or 0xDD80BF) is known color: Persian Pink. HEX triplet: DD, 80 and BF. RGB value is (221,128,191). Sum of RGB (Red+Green+Blue) = 221+128+191=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD80BF is #227F40. Grayscale: #A2A2A2. Windows color (decimal): -2260801 or 12550365. OLE color: 12550365.

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

Color convert

RGB 221 128 191 -
CMYK 0 0.42 0.14 0.13
HSL 319.35º 0.58% 0.68% -
HSV(B) 319.35º 0.42% 0.87% -
XYZ 46.94 34.57 53.49 -
YUV 162.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 221 128 191 0 0.42 0.14 0.13 319.35 0.58 0.68
Hex DD 80 BF 0 2A E D 13F 3A 44
Octal 335 200 277 0 52 16 15 477 72 104
Binary 11011101 10000000 10111111 0 101010 1110 1101 100111111 111010 1000100

Color Harmonies of #DD80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80BF

Black with #DD80BF

Text Example


Text Example

White with #DD80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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