Html Css Color HEX #D6709A Pale Violet Red

📋 copy color: '#D6709A'

red 214 ◦ green 112 ◦ blue 154

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

Shades of Pale Violet Red #D6709A

Tints of Pale Violet Red #D6709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.33%

 BLUE value IS 154 (60.55% from 255) = 32.08%

R = 44.58%
G = 23.33%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6709A (or 0xD6709A) is known color: Pale Violet Red. HEX triplet: D6, 70 and 9A. RGB value is (214,112,154). Sum of RGB (Red+Green+Blue) = 214+112+154=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6709A is #298F65. Grayscale: #939393. Windows color (decimal): -2723686 or 10121430. OLE color: 10121430.

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

Color convert

RGB 214 112 154 -
CMYK 0 0.48 0.28 0.16
HSL 335.29º 0.55% 0.64% -
HSV(B) 335.29º 0.48% 0.84% -
XYZ 39.36 28.22 33.94 -
YUV 147.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 214 112 154 0 0.48 0.28 0.16 335.29 0.55 0.64
Hex D6 70 9A 0 30 1C 10 14F 37 40
Octal 326 160 232 0 60 34 20 517 67 100
Binary 11010110 1110000 10011010 0 110000 11100 10000 101001111 110111 1000000

Color Harmonies of #D6709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6709A

Black with #D6709A

Text Example


Text Example

White with #D6709A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6709A; }

 p { color: rgb(214,112,154); }

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

background-color css

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

 a { background-color: rgb(214,112,154); }

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

border-color css

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

 span { border-color: rgb(214,112,154); }

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