Html Css Color HEX #D5799C Pale Violet Red

📋 copy color: '#D5799C'

red 213 ◦ green 121 ◦ blue 156

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

Shades of Pale Violet Red #D5799C

Tints of Pale Violet Red #D5799C

RGB

 RED value IS 213 (83.59% from 255) = 43.47%

 GREEN value IS 121 (47.66% from 255) = 24.69%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 43.47%
G = 24.69%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5799C (or 0xD5799C) is known color: Pale Violet Red. HEX triplet: D5, 79 and 9C. RGB value is (213,121,156). Sum of RGB (Red+Green+Blue) = 213+121+156=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5799C is #2A8663. Grayscale: #989898. Windows color (decimal): -2786916 or 10254805. OLE color: 10254805.

HSL color Cylindrical-coordinate representation of color #D5799C: hue angle of 337.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5799C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 121 156 -
CMYK 0 0.43 0.27 0.16
HSL 337.17º 0.52% 0.65% -
HSV(B) 337.17º 0.43% 0.84% -
XYZ 40.28 30.22 35.16 -
YUV 152.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 213 121 156 0 0.43 0.27 0.16 337.17 0.52 0.65
Hex D5 79 9C 0 2B 1B 10 151 34 41
Octal 325 171 234 0 53 33 20 521 64 101
Binary 11010101 1111001 10011100 0 101011 11011 10000 101010001 110100 1000001

Color Harmonies of #D5799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5799C

Black with #D5799C

Text Example


Text Example

White with #D5799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5799C; }

 p { color: rgb(213,121,156); }

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

background-color css

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

 a { background-color: rgb(213,121,156); }

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

border-color css

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

 span { border-color: rgb(213,121,156); }

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