Html Css Color HEX #D5739A Pale Violet Red

📋 copy color: '#D5739A'

red 213 ◦ green 115 ◦ blue 154

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

Shades of Pale Violet Red #D5739A

Tints of Pale Violet Red #D5739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 44.19%
G = 23.86%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5739A (or 0xD5739A) is known color: Pale Violet Red. HEX triplet: D5, 73 and 9A. RGB value is (213,115,154). Sum of RGB (Red+Green+Blue) = 213+115+154=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5739A is #2A8C65. Grayscale: #949494. Windows color (decimal): -2788454 or 10122197. OLE color: 10122197.

HSL color Cylindrical-coordinate representation of color #D5739A: hue angle of 336.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5739A is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 154 -
CMYK 0 0.46 0.28 0.16
HSL 336.12º 0.54% 0.64% -
HSV(B) 336.12º 0.46% 0.84% -
XYZ 39.4 28.74 34.04 -
YUV 148.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 213 115 154 0 0.46 0.28 0.16 336.12 0.54 0.64
Hex D5 73 9A 0 2E 1C 10 150 36 40
Octal 325 163 232 0 56 34 20 520 66 100
Binary 11010101 1110011 10011010 0 101110 11100 10000 101010000 110110 1000000

Color Harmonies of #D5739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5739A

Black with #D5739A

Text Example


Text Example

White with #D5739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5739A; }

 p { color: rgb(213,115,154); }

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

background-color css

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

 a { background-color: rgb(213,115,154); }

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

border-color css

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

 span { border-color: rgb(213,115,154); }

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