Html Css Color HEX #DD7AB0 Persian Pink

📋 copy color: '#DD7AB0'

red 221 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #DD7AB0

Tints of Persian Pink #DD7AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 42.58%
G = 23.51%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD7AB0 (or 0xDD7AB0) is known color: Persian Pink. HEX triplet: DD, 7A and B0. RGB value is (221,122,176). Sum of RGB (Red+Green+Blue) = 221+122+176=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AB0 is #22854F. Grayscale: #9D9D9D. Windows color (decimal): -2262352 or 11565789. OLE color: 11565789.

HSL color Cylindrical-coordinate representation of color #DD7AB0: hue angle of 327.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AB0 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 176 -
CMYK 0 0.45 0.20 0.13
HSL 327.27º 0.59% 0.67% -
HSV(B) 327.27º 0.45% 0.87% -
XYZ 44.61 32.43 44.98 -
YUV 157.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 221 122 176 0 0.45 0.20 0.13 327.27 0.59 0.67
Hex DD 7A B0 0 2D 14 D 147 3B 43
Octal 335 172 260 0 55 24 15 507 73 103
Binary 11011101 1111010 10110000 0 101101 10100 1101 101000111 111011 1000011

Color Harmonies of #DD7AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AB0

Black with #DD7AB0

Text Example


Text Example

White with #DD7AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AB0; }

 p { color: rgb(221,122,176); }

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

background-color css

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

 a { background-color: rgb(221,122,176); }

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

border-color css

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

 span { border-color: rgb(221,122,176); }

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