Html Css Color HEX #DD78BC Persian Pink

📋 copy color: '#DD78BC'

red 221 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #DD78BC

Tints of Persian Pink #DD78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 41.78%
G = 22.68%
B = 35.54%

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

#DD78BC (or 0xDD78BC) is known color: Persian Pink. HEX triplet: DD, 78 and BC. RGB value is (221,120,188). Sum of RGB (Red+Green+Blue) = 221+120+188=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78BC is #228743. Grayscale: #9D9D9D. Windows color (decimal): -2262852 or 12351709. OLE color: 12351709.

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

Color convert

RGB 221 120 188 -
CMYK 0 0.46 0.15 0.13
HSL 319.6º 0.6% 0.67% -
HSV(B) 319.6º 0.46% 0.87% -
XYZ 45.61 32.44 51.43 -
YUV 157.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 221 120 188 0 0.46 0.15 0.13 319.6 0.6 0.67
Hex DD 78 BC 0 2E F D 140 3C 43
Octal 335 170 274 0 56 17 15 500 74 103
Binary 11011101 1111000 10111100 0 101110 1111 1101 101000000 111100 1000011

Color Harmonies of #DD78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78BC

Black with #DD78BC

Text Example


Text Example

White with #DD78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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