Html Css Color HEX #DD81B4 Persian Pink

📋 copy color: '#DD81B4'

red 221 ◦ green 129 ◦ blue 180

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

Shades of Persian Pink #DD81B4

Tints of Persian Pink #DD81B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.96%

R = 41.7%
G = 24.34%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD81B4 (or 0xDD81B4) is known color: Persian Pink. HEX triplet: DD, 81 and B4. RGB value is (221,129,180). Sum of RGB (Red+Green+Blue) = 221+129+180=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD81B4 is #227E4B. Grayscale: #A2A2A2. Windows color (decimal): -2260556 or 11829725. OLE color: 11829725.

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

Color convert

RGB 221 129 180 -
CMYK 0 0.42 0.19 0.13
HSL 326.74º 0.58% 0.69% -
HSV(B) 326.74º 0.42% 0.87% -
XYZ 45.91 34.37 47.39 -
YUV 162.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 221 129 180 0 0.42 0.19 0.13 326.74 0.58 0.69
Hex DD 81 B4 0 2A 13 D 147 3A 45
Octal 335 201 264 0 52 23 15 507 72 105
Binary 11011101 10000001 10110100 0 101010 10011 1101 101000111 111010 1000101

Color Harmonies of #DD81B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81B4

Black with #DD81B4

Text Example


Text Example

White with #DD81B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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