Html Css Color HEX #DD78AD Persian Pink

📋 copy color: '#DD78AD'

red 221 ◦ green 120 ◦ blue 173

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

Shades of Persian Pink #DD78AD

Tints of Persian Pink #DD78AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.35%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 43%
G = 23.35%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD78AD (or 0xDD78AD) is known color: Persian Pink. HEX triplet: DD, 78 and AD. RGB value is (221,120,173). Sum of RGB (Red+Green+Blue) = 221+120+173=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78AD is #228752. Grayscale: #9C9C9C. Windows color (decimal): -2262867 or 11368669. OLE color: 11368669.

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

Color convert

RGB 221 120 173 -
CMYK 0 0.46 0.22 0.13
HSL 328.51º 0.6% 0.67% -
HSV(B) 328.51º 0.46% 0.87% -
XYZ 44.08 31.82 43.35 -
YUV 156.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 221 120 173 0 0.46 0.22 0.13 328.51 0.6 0.67
Hex DD 78 AD 0 2E 16 D 149 3C 43
Octal 335 170 255 0 56 26 15 511 74 103
Binary 11011101 1111000 10101101 0 101110 10110 1101 101001001 111100 1000011

Color Harmonies of #DD78AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78AD

Black with #DD78AD

Text Example


Text Example

White with #DD78AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78AD; }

 p { color: rgb(221,120,173); }

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

background-color css

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

 a { background-color: rgb(221,120,173); }

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

border-color css

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

 span { border-color: rgb(221,120,173); }

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