Html Css Color HEX #DD78B7 Persian Pink

📋 copy color: '#DD78B7'

red 221 ◦ green 120 ◦ blue 183

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

Shades of Persian Pink #DD78B7

Tints of Persian Pink #DD78B7

RGB

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

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

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

R = 42.18%
G = 22.9%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD78B7 (or 0xDD78B7) is known color: Persian Pink. HEX triplet: DD, 78 and B7. RGB value is (221,120,183). Sum of RGB (Red+Green+Blue) = 221+120+183=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78B7 is #228748. Grayscale: #9D9D9D. Windows color (decimal): -2262857 or 12024029. OLE color: 12024029.

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

Color convert

RGB 221 120 183 -
CMYK 0 0.46 0.17 0.13
HSL 322.57º 0.6% 0.67% -
HSV(B) 322.57º 0.46% 0.87% -
XYZ 45.08 32.22 48.64 -
YUV 157.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 221 120 183 0 0.46 0.17 0.13 322.57 0.6 0.67
Hex DD 78 B7 0 2E 11 D 143 3C 43
Octal 335 170 267 0 56 21 15 503 74 103
Binary 11011101 1111000 10110111 0 101110 10001 1101 101000011 111100 1000011

Color Harmonies of #DD78B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78B7

Black with #DD78B7

Text Example


Text Example

White with #DD78B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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