Html Css Color HEX #DD7AC0 Persian Pink

📋 copy color: '#DD7AC0'

red 221 ◦ green 122 ◦ blue 192

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

Shades of Persian Pink #DD7AC0

Tints of Persian Pink #DD7AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 41.31%
G = 22.8%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD7AC0 (or 0xDD7AC0) is known color: Persian Pink. HEX triplet: DD, 7A and C0. RGB value is (221,122,192). Sum of RGB (Red+Green+Blue) = 221+122+192=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AC0 is #22853F. Grayscale: #9F9F9F. Windows color (decimal): -2262336 or 12614365. OLE color: 12614365.

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

Color convert

RGB 221 122 192 -
CMYK 0 0.45 0.13 0.13
HSL 317.58º 0.59% 0.67% -
HSV(B) 317.58º 0.45% 0.87% -
XYZ 46.29 33.1 53.82 -
YUV 159.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 221 122 192 0 0.45 0.13 0.13 317.58 0.59 0.67
Hex DD 7A C0 0 2D D D 13E 3B 43
Octal 335 172 300 0 55 15 15 476 73 103
Binary 11011101 1111010 11000000 0 101101 1101 1101 100111110 111011 1000011

Color Harmonies of #DD7AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7AC0

Black with #DD7AC0

Text Example


Text Example

White with #DD7AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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