Html Css Color HEX #DD78B0 Persian Pink

📋 copy color: '#DD78B0'

red 221 ◦ green 120 ◦ blue 176

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

Shades of Persian Pink #DD78B0

Tints of Persian Pink #DD78B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 42.75%
G = 23.21%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD78B0 (or 0xDD78B0) is known color: Persian Pink. HEX triplet: DD, 78 and B0. RGB value is (221,120,176). Sum of RGB (Red+Green+Blue) = 221+120+176=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78B0 is #22874F. Grayscale: #9C9C9C. Windows color (decimal): -2262864 or 11565277. OLE color: 11565277.

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

Color convert

RGB 221 120 176 -
CMYK 0 0.46 0.20 0.13
HSL 326.73º 0.6% 0.67% -
HSV(B) 326.73º 0.46% 0.87% -
XYZ 44.37 31.94 44.9 -
YUV 156.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 221 120 176 0 0.46 0.20 0.13 326.73 0.6 0.67
Hex DD 78 B0 0 2E 14 D 147 3C 43
Octal 335 170 260 0 56 24 15 507 74 103
Binary 11011101 1111000 10110000 0 101110 10100 1101 101000111 111100 1000011

Color Harmonies of #DD78B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78B0

Black with #DD78B0

Text Example


Text Example

White with #DD78B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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