Html Css Color HEX #DD7AB6 Persian Pink

📋 copy color: '#DD7AB6'

red 221 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #DD7AB6

Tints of Persian Pink #DD7AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 42.1%
G = 23.24%
B = 34.67%

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

#DD7AB6 (or 0xDD7AB6) is known color: Persian Pink. HEX triplet: DD, 7A and B6. RGB value is (221,122,182). Sum of RGB (Red+Green+Blue) = 221+122+182=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AB6 is #228549. Grayscale: #9E9E9E. Windows color (decimal): -2262346 or 11959005. OLE color: 11959005.

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

Color convert

RGB 221 122 182 -
CMYK 0 0.45 0.18 0.13
HSL 323.64º 0.59% 0.67% -
HSV(B) 323.64º 0.45% 0.87% -
XYZ 45.22 32.67 48.18 -
YUV 158.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 221 122 182 0 0.45 0.18 0.13 323.64 0.59 0.67
Hex DD 7A B6 0 2D 12 D 144 3B 43
Octal 335 172 266 0 55 22 15 504 73 103
Binary 11011101 1111010 10110110 0 101101 10010 1101 101000100 111011 1000011

Color Harmonies of #DD7AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AB6

Black with #DD7AB6

Text Example


Text Example

White with #DD7AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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