Html Css Color HEX #D6708D Charm

📋 copy color: '#D6708D'

red 214 ◦ green 112 ◦ blue 141

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

Shades of Charm #D6708D

Tints of Charm #D6708D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 45.82%
G = 23.98%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6708D (or 0xD6708D) is known color: Charm. HEX triplet: D6, 70 and 8D. RGB value is (214,112,141). Sum of RGB (Red+Green+Blue) = 214+112+141=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6708D is #298F72. Grayscale: #919191. Windows color (decimal): -2723699 or 9269462. OLE color: 9269462.

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

Color convert

RGB 214 112 141 -
CMYK 0 0.48 0.34 0.16
HSL 342.94º 0.55% 0.64% -
HSV(B) 342.94º 0.48% 0.84% -
XYZ 38.33 27.81 28.55 -
YUV 145.8 125.29 176.64 -
System Red Green Blue C M Y K H S L
Decimal 214 112 141 0 0.48 0.34 0.16 342.94 0.55 0.64
Hex D6 70 8D 0 30 22 10 157 37 40
Octal 326 160 215 0 60 42 20 527 67 100
Binary 11010110 1110000 10001101 0 110000 100010 10000 101010111 110111 1000000

Color Harmonies of #D6708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6708D

Black with #D6708D

Text Example


Text Example

White with #D6708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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