Html Css Color HEX #DD78B2 Persian Pink

📋 copy color: '#DD78B2'

red 221 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #DD78B2

Tints of Persian Pink #DD78B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 42.58%
G = 23.12%
B = 34.3%

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

#DD78B2 (or 0xDD78B2) is known color: Persian Pink. HEX triplet: DD, 78 and B2. RGB value is (221,120,178). Sum of RGB (Red+Green+Blue) = 221+120+178=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78B2 is #22874D. Grayscale: #9C9C9C. Windows color (decimal): -2262862 or 11696349. OLE color: 11696349.

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

Color convert

RGB 221 120 178 -
CMYK 0 0.46 0.19 0.13
HSL 325.54º 0.6% 0.67% -
HSV(B) 325.54º 0.46% 0.87% -
XYZ 44.57 32.02 45.95 -
YUV 156.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 221 120 178 0 0.46 0.19 0.13 325.54 0.6 0.67
Hex DD 78 B2 0 2E 13 D 146 3C 43
Octal 335 170 262 0 56 23 15 506 74 103
Binary 11011101 1111000 10110010 0 101110 10011 1101 101000110 111100 1000011

Color Harmonies of #DD78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78B2

Black with #DD78B2

Text Example


Text Example

White with #DD78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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