Html Css Color HEX #DD7AB7 Persian Pink

📋 copy color: '#DD7AB7'

red 221 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #DD7AB7

Tints of Persian Pink #DD7AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.79%

R = 42.02%
G = 23.19%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD7AB7 (or 0xDD7AB7) is known color: Persian Pink. HEX triplet: DD, 7A and B7. RGB value is (221,122,183). Sum of RGB (Red+Green+Blue) = 221+122+183=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB7 is #228548. Grayscale: #9E9E9E. Windows color (decimal): -2262345 or 12024541. OLE color: 12024541.

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

Color convert

RGB 221 122 183 -
CMYK 0 0.45 0.17 0.13
HSL 323.03º 0.59% 0.67% -
HSV(B) 323.03º 0.45% 0.87% -
XYZ 45.33 32.71 48.72 -
YUV 158.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 221 122 183 0 0.45 0.17 0.13 323.03 0.59 0.67
Hex DD 7A B7 0 2D 11 D 143 3B 43
Octal 335 172 267 0 55 21 15 503 73 103
Binary 11011101 1111010 10110111 0 101101 10001 1101 101000011 111011 1000011

Color Harmonies of #DD7AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AB7

Black with #DD7AB7

Text Example


Text Example

White with #DD7AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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