Html Css Color HEX #DD78B4 Persian Pink

📋 copy color: '#DD78B4'

red 221 ◦ green 120 ◦ blue 180

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

Shades of Persian Pink #DD78B4

Tints of Persian Pink #DD78B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 42.42%
G = 23.03%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD78B4 (or 0xDD78B4) is known color: Persian Pink. HEX triplet: DD, 78 and B4. RGB value is (221,120,180). Sum of RGB (Red+Green+Blue) = 221+120+180=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78B4 is #22874B. Grayscale: #9C9C9C. Windows color (decimal): -2262860 or 11827421. OLE color: 11827421.

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

Color convert

RGB 221 120 180 -
CMYK 0 0.46 0.19 0.13
HSL 324.36º 0.6% 0.67% -
HSV(B) 324.36º 0.46% 0.87% -
XYZ 44.77 32.1 47.02 -
YUV 157.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 221 120 180 0 0.46 0.19 0.13 324.36 0.6 0.67
Hex DD 78 B4 0 2E 13 D 144 3C 43
Octal 335 170 264 0 56 23 15 504 74 103
Binary 11011101 1111000 10110100 0 101110 10011 1101 101000100 111100 1000011

Color Harmonies of #DD78B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78B4

Black with #DD78B4

Text Example


Text Example

White with #DD78B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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