Html Css Color HEX #D6729C Pale Violet Red

📋 copy color: '#D6729C'

red 214 ◦ green 114 ◦ blue 156

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

Shades of Pale Violet Red #D6729C

Tints of Pale Violet Red #D6729C

RGB

 RED value IS 214 (83.98% from 255) = 44.21%

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

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

R = 44.21%
G = 23.55%
B = 32.23%

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

#D6729C (or 0xD6729C) is known color: Pale Violet Red. HEX triplet: D6, 72 and 9C. RGB value is (214,114,156). Sum of RGB (Red+Green+Blue) = 214+114+156=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6729C is #298D63. Grayscale: #949494. Windows color (decimal): -2723172 or 10253014. OLE color: 10253014.

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

Color convert

RGB 214 114 156 -
CMYK 0 0.47 0.27 0.16
HSL 334.8º 0.55% 0.64% -
HSV(B) 334.8º 0.47% 0.84% -
XYZ 39.75 28.73 34.9 -
YUV 148.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 214 114 156 0 0.47 0.27 0.16 334.8 0.55 0.64
Hex D6 72 9C 0 2F 1B 10 14F 37 40
Octal 326 162 234 0 57 33 20 517 67 100
Binary 11010110 1110010 10011100 0 101111 11011 10000 101001111 110111 1000000

Color Harmonies of #D6729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6729C

Black with #D6729C

Text Example


Text Example

White with #D6729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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