Html Css Color HEX #DE78A0 Pale Violet Red

📋 copy color: '#DE78A0'

red 222 ◦ green 120 ◦ blue 160

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

Shades of Pale Violet Red #DE78A0

Tints of Pale Violet Red #DE78A0

RGB

 RED value IS 222 (87.11% from 255) = 44.22%

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 44.22%
G = 23.9%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE78A0 (or 0xDE78A0) is known color: Pale Violet Red. HEX triplet: DE, 78 and A0. RGB value is (222,120,160). Sum of RGB (Red+Green+Blue) = 222+120+160=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE78A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE78A0 is #21875F. Grayscale: #9A9A9A. Windows color (decimal): -2197344 or 10516702. OLE color: 10516702.

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

Color convert

RGB 222 120 160 -
CMYK 0 0.46 0.28 0.13
HSL 336.47º 0.61% 0.67% -
HSV(B) 336.47º 0.46% 0.87% -
XYZ 43.19 31.5 37.06 -
YUV 155.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 222 120 160 0 0.46 0.28 0.13 336.47 0.61 0.67
Hex DE 78 A0 0 2E 1C D 150 3D 43
Octal 336 170 240 0 56 34 15 520 75 103
Binary 11011110 1111000 10100000 0 101110 11100 1101 101010000 111101 1000011

Color Harmonies of #DE78A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE78A0

Black with #DE78A0

Text Example


Text Example

White with #DE78A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE78A0; }

 p { color: rgb(222,120,160); }

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

background-color css

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

 a { background-color: rgb(222,120,160); }

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

border-color css

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

 span { border-color: rgb(222,120,160); }

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