Html Css Color HEX #DD81BA Persian Pink

📋 copy color: '#DD81BA'

red 221 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #DD81BA

Tints of Persian Pink #DD81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.07%

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

R = 41.23%
G = 24.07%
B = 34.7%

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

#DD81BA (or 0xDD81BA) is known color: Persian Pink. HEX triplet: DD, 81 and BA. RGB value is (221,129,186). Sum of RGB (Red+Green+Blue) = 221+129+186=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BA is #227E45. Grayscale: #A2A2A2. Windows color (decimal): -2260550 or 12222941. OLE color: 12222941.

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

Color convert

RGB 221 129 186 -
CMYK 0 0.42 0.16 0.13
HSL 322.83º 0.58% 0.69% -
HSV(B) 322.83º 0.42% 0.87% -
XYZ 46.53 34.62 50.68 -
YUV 163.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 221 129 186 0 0.42 0.16 0.13 322.83 0.58 0.69
Hex DD 81 BA 0 2A 10 D 143 3A 45
Octal 335 201 272 0 52 20 15 503 72 105
Binary 11011101 10000001 10111010 0 101010 10000 1101 101000011 111010 1000101

Color Harmonies of #DD81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81BA

Black with #DD81BA

Text Example


Text Example

White with #DD81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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