Html Css Color HEX #DD78B5 Persian Pink

📋 copy color: '#DD78B5'

red 221 ◦ green 120 ◦ blue 181

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

Shades of Persian Pink #DD78B5

Tints of Persian Pink #DD78B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.67%

R = 42.34%
G = 22.99%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD78B5 (or 0xDD78B5) is known color: Persian Pink. HEX triplet: DD, 78 and B5. RGB value is (221,120,181). Sum of RGB (Red+Green+Blue) = 221+120+181=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78B5 is #22874A. Grayscale: #9D9D9D. Windows color (decimal): -2262859 or 11892957. OLE color: 11892957.

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

Color convert

RGB 221 120 181 -
CMYK 0 0.46 0.18 0.13
HSL 323.76º 0.6% 0.67% -
HSV(B) 323.76º 0.46% 0.87% -
XYZ 44.88 32.14 47.55 -
YUV 157.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 221 120 181 0 0.46 0.18 0.13 323.76 0.6 0.67
Hex DD 78 B5 0 2E 12 D 144 3C 43
Octal 335 170 265 0 56 22 15 504 74 103
Binary 11011101 1111000 10110101 0 101110 10010 1101 101000100 111100 1000011

Color Harmonies of #DD78B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78B5

Black with #DD78B5

Text Example


Text Example

White with #DD78B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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