Html Css Color HEX #D7729D Pale Violet Red

📋 copy color: '#D7729D'

red 215 ◦ green 114 ◦ blue 157

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

Shades of Pale Violet Red #D7729D

Tints of Pale Violet Red #D7729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.46%

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 44.24%
G = 23.46%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7729D (or 0xD7729D) is known color: Pale Violet Red. HEX triplet: D7, 72 and 9D. RGB value is (215,114,157). Sum of RGB (Red+Green+Blue) = 215+114+157=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7729D is #288D62. Grayscale: #959595. Windows color (decimal): -2657635 or 10318551. OLE color: 10318551.

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

Color convert

RGB 215 114 157 -
CMYK 0 0.47 0.27 0.16
HSL 334.46º 0.56% 0.65% -
HSV(B) 334.46º 0.47% 0.84% -
XYZ 40.13 28.92 35.36 -
YUV 149.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 215 114 157 0 0.47 0.27 0.16 334.46 0.56 0.65
Hex D7 72 9D 0 2F 1B 10 14E 38 41
Octal 327 162 235 0 57 33 20 516 70 101
Binary 11010111 1110010 10011101 0 101111 11011 10000 101001110 111000 1000001

Color Harmonies of #D7729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7729D

Black with #D7729D

Text Example


Text Example

White with #D7729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7729D; }

 p { color: rgb(215,114,157); }

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

background-color css

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

 a { background-color: rgb(215,114,157); }

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

border-color css

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

 span { border-color: rgb(215,114,157); }

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