Html Css Color HEX #DD78BB Persian Pink

📋 copy color: '#DD78BB'

red 221 ◦ green 120 ◦ blue 187

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

Shades of Persian Pink #DD78BB

Tints of Persian Pink #DD78BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 41.86%
G = 22.73%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD78BB (or 0xDD78BB) is known color: Persian Pink. HEX triplet: DD, 78 and BB. RGB value is (221,120,187). Sum of RGB (Red+Green+Blue) = 221+120+187=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78BB is #228744. Grayscale: #9D9D9D. Windows color (decimal): -2262853 or 12286173. OLE color: 12286173.

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

Color convert

RGB 221 120 187 -
CMYK 0 0.46 0.15 0.13
HSL 320.2º 0.6% 0.67% -
HSV(B) 320.2º 0.46% 0.87% -
XYZ 45.5 32.39 50.87 -
YUV 157.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 221 120 187 0 0.46 0.15 0.13 320.2 0.6 0.67
Hex DD 78 BB 0 2E F D 140 3C 43
Octal 335 170 273 0 56 17 15 500 74 103
Binary 11011101 1111000 10111011 0 101110 1111 1101 101000000 111100 1000011

Color Harmonies of #DD78BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78BB

Black with #DD78BB

Text Example


Text Example

White with #DD78BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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