Html Css Color HEX #DD78A1 Pale Violet Red

📋 copy color: '#DD78A1'

red 221 ◦ green 120 ◦ blue 161

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

Shades of Pale Violet Red #DD78A1

Tints of Pale Violet Red #DD78A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.07%

R = 44.02%
G = 23.9%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD78A1 (or 0xDD78A1) is known color: Pale Violet Red. HEX triplet: DD, 78 and A1. RGB value is (221,120,161). Sum of RGB (Red+Green+Blue) = 221+120+161=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78A1 is #22875E. Grayscale: #9A9A9A. Windows color (decimal): -2262879 or 10582237. OLE color: 10582237.

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

Color convert

RGB 221 120 161 -
CMYK 0 0.46 0.27 0.13
HSL 335.64º 0.6% 0.67% -
HSV(B) 335.64º 0.46% 0.87% -
XYZ 42.97 31.38 37.51 -
YUV 154.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 221 120 161 0 0.46 0.27 0.13 335.64 0.6 0.67
Hex DD 78 A1 0 2E 1B D 150 3C 43
Octal 335 170 241 0 56 33 15 520 74 103
Binary 11011101 1111000 10100001 0 101110 11011 1101 101010000 111100 1000011

Color Harmonies of #DD78A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD78A1

Black with #DD78A1

Text Example


Text Example

White with #DD78A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD78A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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