Html Css Color HEX #DD7AB5 Persian Pink

📋 copy color: '#DD7AB5'

red 221 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #DD7AB5

Tints of Persian Pink #DD7AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 42.18%
G = 23.28%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD7AB5 (or 0xDD7AB5) is known color: Persian Pink. HEX triplet: DD, 7A and B5. RGB value is (221,122,181). Sum of RGB (Red+Green+Blue) = 221+122+181=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB5 is #22854A. Grayscale: #9E9E9E. Windows color (decimal): -2262347 or 11893469. OLE color: 11893469.

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

Color convert

RGB 221 122 181 -
CMYK 0 0.45 0.18 0.13
HSL 324.24º 0.59% 0.67% -
HSV(B) 324.24º 0.45% 0.87% -
XYZ 45.12 32.63 47.64 -
YUV 158.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 221 122 181 0 0.45 0.18 0.13 324.24 0.59 0.67
Hex DD 7A B5 0 2D 12 D 144 3B 43
Octal 335 172 265 0 55 22 15 504 73 103
Binary 11011101 1111010 10110101 0 101101 10010 1101 101000100 111011 1000011

Color Harmonies of #DD7AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AB5

Black with #DD7AB5

Text Example


Text Example

White with #DD7AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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