Html Css Color HEX #D6729D Pale Violet Red

📋 copy color: '#D6729D'

red 214 ◦ green 114 ◦ blue 157

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

Shades of Pale Violet Red #D6729D

Tints of Pale Violet Red #D6729D

RGB

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

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

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

R = 44.12%
G = 23.51%
B = 32.37%

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

#D6729D (or 0xD6729D) is known color: Pale Violet Red. HEX triplet: D6, 72 and 9D. RGB value is (214,114,157). Sum of RGB (Red+Green+Blue) = 214+114+157=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6729D is #298D62. Grayscale: #949494. Windows color (decimal): -2723171 or 10318550. OLE color: 10318550.

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

Color convert

RGB 214 114 157 -
CMYK 0 0.47 0.27 0.16
HSL 334.2º 0.55% 0.64% -
HSV(B) 334.2º 0.47% 0.84% -
XYZ 39.83 28.77 35.35 -
YUV 148.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 214 114 157 0 0.47 0.27 0.16 334.2 0.55 0.64
Hex D6 72 9D 0 2F 1B 10 14E 37 40
Octal 326 162 235 0 57 33 20 516 67 100
Binary 11010110 1110010 10011101 0 101111 11011 10000 101001110 110111 1000000

Color Harmonies of #D6729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6729D

Black with #D6729D

Text Example


Text Example

White with #D6729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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