Html Css Color HEX #D6749C Pale Violet Red

📋 copy color: '#D6749C'

red 214 ◦ green 116 ◦ blue 156

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

Shades of Pale Violet Red #D6749C

Tints of Pale Violet Red #D6749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.87%

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

R = 44.03%
G = 23.87%
B = 32.1%

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

#D6749C (or 0xD6749C) is known color: Pale Violet Red. HEX triplet: D6, 74 and 9C. RGB value is (214,116,156). Sum of RGB (Red+Green+Blue) = 214+116+156=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6749C is #298B63. Grayscale: #959595. Windows color (decimal): -2722660 or 10253526. OLE color: 10253526.

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

Color convert

RGB 214 116 156 -
CMYK 0 0.46 0.27 0.16
HSL 335.51º 0.54% 0.65% -
HSV(B) 335.51º 0.46% 0.84% -
XYZ 39.98 29.19 34.98 -
YUV 149.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 214 116 156 0 0.46 0.27 0.16 335.51 0.54 0.65
Hex D6 74 9C 0 2E 1B 10 150 36 41
Octal 326 164 234 0 56 33 20 520 66 101
Binary 11010110 1110100 10011100 0 101110 11011 10000 101010000 110110 1000001

Color Harmonies of #D6749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6749C

Black with #D6749C

Text Example


Text Example

White with #D6749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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