Html Css Color HEX #D7749E Pale Violet Red

📋 copy color: '#D7749E'

red 215 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #D7749E

Tints of Pale Violet Red #D7749E

RGB

 RED value IS 215 (84.38% from 255) = 43.97%

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

 BLUE value IS 158 (62.11% from 255) = 32.31%

R = 43.97%
G = 23.72%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7749E (or 0xD7749E) is known color: Pale Violet Red. HEX triplet: D7, 74 and 9E. RGB value is (215,116,158). Sum of RGB (Red+Green+Blue) = 215+116+158=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7749E is #288B61. Grayscale: #969696. Windows color (decimal): -2657122 or 10384599. OLE color: 10384599.

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

Color convert

RGB 215 116 158 -
CMYK 0 0.46 0.27 0.16
HSL 334.55º 0.55% 0.65% -
HSV(B) 334.55º 0.46% 0.84% -
XYZ 40.44 29.41 35.89 -
YUV 150.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 215 116 158 0 0.46 0.27 0.16 334.55 0.55 0.65
Hex D7 74 9E 0 2E 1B 10 14F 37 41
Octal 327 164 236 0 56 33 20 517 67 101
Binary 11010111 1110100 10011110 0 101110 11011 10000 101001111 110111 1000001

Color Harmonies of #D7749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7749E

Black with #D7749E

Text Example


Text Example

White with #D7749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7749E; }

 p { color: rgb(215,116,158); }

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

background-color css

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

 a { background-color: rgb(215,116,158); }

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

border-color css

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

 span { border-color: rgb(215,116,158); }

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