Html Css Color HEX #D7729C Pale Violet Red

📋 copy color: '#D7729C'

red 215 ◦ green 114 ◦ blue 156

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

Shades of Pale Violet Red #D7729C

Tints of Pale Violet Red #D7729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 44.33%
G = 23.51%
B = 32.16%

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

#D7729C (or 0xD7729C) is known color: Pale Violet Red. HEX triplet: D7, 72 and 9C. RGB value is (215,114,156). Sum of RGB (Red+Green+Blue) = 215+114+156=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7729C is #288D63. Grayscale: #949494. Windows color (decimal): -2657636 or 10253015. OLE color: 10253015.

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

Color convert

RGB 215 114 156 -
CMYK 0 0.47 0.27 0.16
HSL 335.05º 0.56% 0.65% -
HSV(B) 335.05º 0.47% 0.84% -
XYZ 40.04 28.88 34.92 -
YUV 148.99 131.96 175.08 -
System Red Green Blue C M Y K H S L
Decimal 215 114 156 0 0.47 0.27 0.16 335.05 0.56 0.65
Hex D7 72 9C 0 2F 1B 10 14F 38 41
Octal 327 162 234 0 57 33 20 517 70 101
Binary 11010111 1110010 10011100 0 101111 11011 10000 101001111 111000 1000001

Color Harmonies of #D7729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7729C

Black with #D7729C

Text Example


Text Example

White with #D7729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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