Html Css Color HEX #D7749B Pale Violet Red

📋 copy color: '#D7749B'

red 215 ◦ green 116 ◦ blue 155

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

Shades of Pale Violet Red #D7749B

Tints of Pale Violet Red #D7749B

RGB

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

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

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

R = 44.24%
G = 23.87%
B = 31.89%

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

#D7749B (or 0xD7749B) is known color: Pale Violet Red. HEX triplet: D7, 74 and 9B. RGB value is (215,116,155). Sum of RGB (Red+Green+Blue) = 215+116+155=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7749B is #288B64. Grayscale: #959595. Windows color (decimal): -2657125 or 10187991. OLE color: 10187991.

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

Color convert

RGB 215 116 155 -
CMYK 0 0.46 0.28 0.16
HSL 336.36º 0.55% 0.65% -
HSV(B) 336.36º 0.46% 0.84% -
XYZ 40.19 29.3 34.55 -
YUV 150.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 215 116 155 0 0.46 0.28 0.16 336.36 0.55 0.65
Hex D7 74 9B 0 2E 1C 10 150 37 41
Octal 327 164 233 0 56 34 20 520 67 101
Binary 11010111 1110100 10011011 0 101110 11100 10000 101010000 110111 1000001

Color Harmonies of #D7749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7749B

Black with #D7749B

Text Example


Text Example

White with #D7749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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