Html Css Color HEX #D6708B Charm

📋 copy color: '#D6708B'

red 214 ◦ green 112 ◦ blue 139

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

Shades of Charm #D6708B

Tints of Charm #D6708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 46.02%
G = 24.09%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6708B (or 0xD6708B) is known color: Charm. HEX triplet: D6, 70 and 8B. RGB value is (214,112,139). Sum of RGB (Red+Green+Blue) = 214+112+139=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6708B is #298F74. Grayscale: #919191. Windows color (decimal): -2723701 or 9138390. OLE color: 9138390.

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

Color convert

RGB 214 112 139 -
CMYK 0 0.48 0.35 0.16
HSL 344.12º 0.55% 0.64% -
HSV(B) 344.12º 0.48% 0.84% -
XYZ 38.19 27.75 27.77 -
YUV 145.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 214 112 139 0 0.48 0.35 0.16 344.12 0.55 0.64
Hex D6 70 8B 0 30 23 10 158 37 40
Octal 326 160 213 0 60 43 20 530 67 100
Binary 11010110 1110000 10001011 0 110000 100011 10000 101011000 110111 1000000

Color Harmonies of #D6708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6708B

Black with #D6708B

Text Example


Text Example

White with #D6708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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