Html Css Color HEX #D8738E Pale Violet Red

📋 copy color: '#D8738E'

red 216 ◦ green 115 ◦ blue 142

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

Shades of Pale Violet Red #D8738E

Tints of Pale Violet Red #D8738E

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

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

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 45.67%
G = 24.31%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8738E (or 0xD8738E) is known color: Pale Violet Red. HEX triplet: D8, 73 and 8E. RGB value is (216,115,142). Sum of RGB (Red+Green+Blue) = 216+115+142=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8738E is #278C71. Grayscale: #949494. Windows color (decimal): -2591858 or 9335768. OLE color: 9335768.

HSL color Cylindrical-coordinate representation of color #D8738E: hue angle of 343.96º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8738E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 142 -
CMYK 0 0.47 0.34 0.15
HSL 343.96º 0.56% 0.65% -
HSV(B) 343.96º 0.47% 0.85% -
XYZ 39.33 28.81 29.08 -
YUV 148.28 124.46 176.3 -
System Red Green Blue C M Y K H S L
Decimal 216 115 142 0 0.47 0.34 0.15 343.96 0.56 0.65
Hex D8 73 8E 0 2F 22 F 158 38 41
Octal 330 163 216 0 57 42 17 530 70 101
Binary 11011000 1110011 10001110 0 101111 100010 1111 101011000 111000 1000001

Color Harmonies of #D8738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8738E

Black with #D8738E

Text Example


Text Example

White with #D8738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8738E; }

 p { color: rgb(216,115,142); }

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

background-color css

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

 a { background-color: rgb(216,115,142); }

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

border-color css

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

 span { border-color: rgb(216,115,142); }

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