Html Css Color HEX #DD81BB Persian Pink

📋 copy color: '#DD81BB'

red 221 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #DD81BB

Tints of Persian Pink #DD81BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 41.15%
G = 24.02%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD81BB (or 0xDD81BB) is known color: Persian Pink. HEX triplet: DD, 81 and BB. RGB value is (221,129,187). Sum of RGB (Red+Green+Blue) = 221+129+187=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81BB is #227E44. Grayscale: #A2A2A2. Windows color (decimal): -2260549 or 12288477. OLE color: 12288477.

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

Color convert

RGB 221 129 187 -
CMYK 0 0.42 0.15 0.13
HSL 322.17º 0.58% 0.69% -
HSV(B) 322.17º 0.42% 0.87% -
XYZ 46.64 34.66 51.25 -
YUV 163.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 221 129 187 0 0.42 0.15 0.13 322.17 0.58 0.69
Hex DD 81 BB 0 2A F D 142 3A 45
Octal 335 201 273 0 52 17 15 502 72 105
Binary 11011101 10000001 10111011 0 101010 1111 1101 101000010 111010 1000101

Color Harmonies of #DD81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81BB

Black with #DD81BB

Text Example


Text Example

White with #DD81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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