Html Css Color HEX #D6739B Pale Violet Red

📋 copy color: '#D6739B'

red 214 ◦ green 115 ◦ blue 155

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

Shades of Pale Violet Red #D6739B

Tints of Pale Violet Red #D6739B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 44.21%
G = 23.76%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6739B (or 0xD6739B) is known color: Pale Violet Red. HEX triplet: D6, 73 and 9B. RGB value is (214,115,155). Sum of RGB (Red+Green+Blue) = 214+115+155=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6739B is #298C64. Grayscale: #959595. Windows color (decimal): -2722917 or 10187734. OLE color: 10187734.

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

Color convert

RGB 214 115 155 -
CMYK 0 0.46 0.28 0.16
HSL 335.76º 0.55% 0.65% -
HSV(B) 335.76º 0.46% 0.84% -
XYZ 39.78 28.92 34.5 -
YUV 149.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 214 115 155 0 0.46 0.28 0.16 335.76 0.55 0.65
Hex D6 73 9B 0 2E 1C 10 150 37 41
Octal 326 163 233 0 56 34 20 520 67 101
Binary 11010110 1110011 10011011 0 101110 11100 10000 101010000 110111 1000001

Color Harmonies of #D6739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6739B

Black with #D6739B

Text Example


Text Example

White with #D6739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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