Html Css Color HEX #D5799B Pale Violet Red

📋 copy color: '#D5799B'

red 213 ◦ green 121 ◦ blue 155

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

Shades of Pale Violet Red #D5799B

Tints of Pale Violet Red #D5799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.7%

R = 43.56%
G = 24.74%
B = 31.7%

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

#D5799B (or 0xD5799B) is known color: Pale Violet Red. HEX triplet: D5, 79 and 9B. RGB value is (213,121,155). Sum of RGB (Red+Green+Blue) = 213+121+155=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5799B is #2A8664. Grayscale: #989898. Windows color (decimal): -2786917 or 10189269. OLE color: 10189269.

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

Color convert

RGB 213 121 155 -
CMYK 0 0.43 0.27 0.16
HSL 337.83º 0.52% 0.65% -
HSV(B) 337.83º 0.43% 0.84% -
XYZ 40.19 30.19 34.72 -
YUV 152.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 213 121 155 0 0.43 0.27 0.16 337.83 0.52 0.65
Hex D5 79 9B 0 2B 1B 10 152 34 41
Octal 325 171 233 0 53 33 20 522 64 101
Binary 11010101 1111001 10011011 0 101011 11011 10000 101010010 110100 1000001

Color Harmonies of #D5799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5799B

Black with #D5799B

Text Example


Text Example

White with #D5799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5799B; }

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

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

background-color css

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

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

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

border-color css

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

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

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