Html Css Color HEX #D6709B Pale Violet Red

📋 copy color: '#D6709B'

red 214 ◦ green 112 ◦ blue 155

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

Shades of Pale Violet Red #D6709B

Tints of Pale Violet Red #D6709B

RGB

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

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

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

R = 44.49%
G = 23.28%
B = 32.22%

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

#D6709B (or 0xD6709B) is known color: Pale Violet Red. HEX triplet: D6, 70 and 9B. RGB value is (214,112,155). Sum of RGB (Red+Green+Blue) = 214+112+155=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6709B is #298F64. Grayscale: #939393. Windows color (decimal): -2723685 or 10186966. OLE color: 10186966.

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

Color convert

RGB 214 112 155 -
CMYK 0 0.48 0.28 0.16
HSL 334.71º 0.55% 0.64% -
HSV(B) 334.71º 0.48% 0.84% -
XYZ 39.44 28.25 34.38 -
YUV 147.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 214 112 155 0 0.48 0.28 0.16 334.71 0.55 0.64
Hex D6 70 9B 0 30 1C 10 14F 37 40
Octal 326 160 233 0 60 34 20 517 67 100
Binary 11010110 1110000 10011011 0 110000 11100 10000 101001111 110111 1000000

Color Harmonies of #D6709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6709B

Black with #D6709B

Text Example


Text Example

White with #D6709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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