Html Css Color HEX #DD78BF Persian Pink

📋 copy color: '#DD78BF'

red 221 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #DD78BF

Tints of Persian Pink #DD78BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.9%

R = 41.54%
G = 22.56%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD78BF (or 0xDD78BF) is known color: Persian Pink. HEX triplet: DD, 78 and BF. RGB value is (221,120,191). Sum of RGB (Red+Green+Blue) = 221+120+191=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78BF is #228740. Grayscale: #9E9E9E. Windows color (decimal): -2262849 or 12548317. OLE color: 12548317.

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

Color convert

RGB 221 120 191 -
CMYK 0 0.46 0.14 0.13
HSL 317.82º 0.6% 0.67% -
HSV(B) 317.82º 0.46% 0.87% -
XYZ 45.94 32.57 53.15 -
YUV 158.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 221 120 191 0 0.46 0.14 0.13 317.82 0.6 0.67
Hex DD 78 BF 0 2E E D 13E 3C 43
Octal 335 170 277 0 56 16 15 476 74 103
Binary 11011101 1111000 10111111 0 101110 1110 1101 100111110 111100 1000011

Color Harmonies of #DD78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78BF

Black with #DD78BF

Text Example


Text Example

White with #DD78BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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