Html Css Color HEX #D6739C Pale Violet Red

📋 copy color: '#D6739C'

red 214 ◦ green 115 ◦ blue 156

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

Shades of Pale Violet Red #D6739C

Tints of Pale Violet Red #D6739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 44.12%
G = 23.71%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6739C (or 0xD6739C) is known color: Pale Violet Red. HEX triplet: D6, 73 and 9C. RGB value is (214,115,156). Sum of RGB (Red+Green+Blue) = 214+115+156=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6739C is #298C63. Grayscale: #959595. Windows color (decimal): -2722916 or 10253270. OLE color: 10253270.

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

Color convert

RGB 214 115 156 -
CMYK 0 0.46 0.27 0.16
HSL 335.15º 0.55% 0.65% -
HSV(B) 335.15º 0.46% 0.84% -
XYZ 39.86 28.96 34.94 -
YUV 149.28 131.8 174.17 -
System Red Green Blue C M Y K H S L
Decimal 214 115 156 0 0.46 0.27 0.16 335.15 0.55 0.65
Hex D6 73 9C 0 2E 1B 10 14F 37 41
Octal 326 163 234 0 56 33 20 517 67 101
Binary 11010110 1110011 10011100 0 101110 11011 10000 101001111 110111 1000001

Color Harmonies of #D6739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6739C

Black with #D6739C

Text Example


Text Example

White with #D6739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6739C; }

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

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

background-color css

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

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

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

border-color css

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

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

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