Html Css Color HEX #D6708A Charm

📋 copy color: '#D6708A'

red 214 ◦ green 112 ◦ blue 138

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

Shades of Charm #D6708A

Tints of Charm #D6708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 46.12%
G = 24.14%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6708A (or 0xD6708A) is known color: Charm. HEX triplet: D6, 70 and 8A. RGB value is (214,112,138). Sum of RGB (Red+Green+Blue) = 214+112+138=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6708A is #298F75. Grayscale: #919191. Windows color (decimal): -2723702 or 9072854. OLE color: 9072854.

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

Color convert

RGB 214 112 138 -
CMYK 0 0.48 0.36 0.16
HSL 344.71º 0.55% 0.64% -
HSV(B) 344.71º 0.48% 0.84% -
XYZ 38.11 27.72 27.39 -
YUV 145.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 214 112 138 0 0.48 0.36 0.16 344.71 0.55 0.64
Hex D6 70 8A 0 30 24 10 159 37 40
Octal 326 160 212 0 60 44 20 531 67 100
Binary 11010110 1110000 10001010 0 110000 100100 10000 101011001 110111 1000000

Color Harmonies of #D6708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6708A

Black with #D6708A

Text Example


Text Example

White with #D6708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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