Html Css Color HEX #DD78B9 Persian Pink

📋 copy color: '#DD78B9'

red 221 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #DD78B9

Tints of Persian Pink #DD78B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 42.02%
G = 22.81%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD78B9 (or 0xDD78B9) is known color: Persian Pink. HEX triplet: DD, 78 and B9. RGB value is (221,120,185). Sum of RGB (Red+Green+Blue) = 221+120+185=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78B9 is #228746. Grayscale: #9D9D9D. Windows color (decimal): -2262855 or 12155101. OLE color: 12155101.

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

Color convert

RGB 221 120 185 -
CMYK 0 0.46 0.16 0.13
HSL 321.39º 0.6% 0.67% -
HSV(B) 321.39º 0.46% 0.87% -
XYZ 45.29 32.31 49.75 -
YUV 157.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 221 120 185 0 0.46 0.16 0.13 321.39 0.6 0.67
Hex DD 78 B9 0 2E 10 D 141 3C 43
Octal 335 170 271 0 56 20 15 501 74 103
Binary 11011101 1111000 10111001 0 101110 10000 1101 101000001 111100 1000011

Color Harmonies of #DD78B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78B9

Black with #DD78B9

Text Example


Text Example

White with #DD78B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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