Html Css Color HEX #DD78BE Persian Pink

📋 copy color: '#DD78BE'

red 221 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #DD78BE

Tints of Persian Pink #DD78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 41.62%
G = 22.6%
B = 35.78%

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

#DD78BE (or 0xDD78BE) is known color: Persian Pink. HEX triplet: DD, 78 and BE. RGB value is (221,120,190). Sum of RGB (Red+Green+Blue) = 221+120+190=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78BE is #228741. Grayscale: #9E9E9E. Windows color (decimal): -2262850 or 12482781. OLE color: 12482781.

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

Color convert

RGB 221 120 190 -
CMYK 0 0.46 0.14 0.13
HSL 318.42º 0.6% 0.67% -
HSV(B) 318.42º 0.46% 0.87% -
XYZ 45.83 32.52 52.58 -
YUV 158.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 221 120 190 0 0.46 0.14 0.13 318.42 0.6 0.67
Hex DD 78 BE 0 2E E D 13E 3C 43
Octal 335 170 276 0 56 16 15 476 74 103
Binary 11011101 1111000 10111110 0 101110 1110 1101 100111110 111100 1000011

Color Harmonies of #DD78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78BE

Black with #DD78BE

Text Example


Text Example

White with #DD78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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