Html Css Color HEX #D8749A Pale Violet Red

📋 copy color: '#D8749A'

red 216 ◦ green 116 ◦ blue 154

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

Shades of Pale Violet Red #D8749A

Tints of Pale Violet Red #D8749A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.87%

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

R = 44.44%
G = 23.87%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8749A (or 0xD8749A) is known color: Pale Violet Red. HEX triplet: D8, 74 and 9A. RGB value is (216,116,154). Sum of RGB (Red+Green+Blue) = 216+116+154=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8749A is #278B65. Grayscale: #969696. Windows color (decimal): -2591590 or 10122456. OLE color: 10122456.

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

Color convert

RGB 216 116 154 -
CMYK 0 0.46 0.29 0.15
HSL 337.2º 0.56% 0.65% -
HSV(B) 337.2º 0.46% 0.85% -
XYZ 40.4 29.42 34.12 -
YUV 150.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 216 116 154 0 0.46 0.29 0.15 337.2 0.56 0.65
Hex D8 74 9A 0 2E 1D F 151 38 41
Octal 330 164 232 0 56 35 17 521 70 101
Binary 11011000 1110100 10011010 0 101110 11101 1111 101010001 111000 1000001

Color Harmonies of #D8749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8749A

Black with #D8749A

Text Example


Text Example

White with #D8749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8749A; }

 p { color: rgb(216,116,154); }

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

background-color css

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

 a { background-color: rgb(216,116,154); }

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

border-color css

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

 span { border-color: rgb(216,116,154); }

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