Html Css Color HEX #D6718B Charm

📋 copy color: '#D6718B'

red 214 ◦ green 113 ◦ blue 139

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

Shades of Charm #D6718B

Tints of Charm #D6718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.25%

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

R = 45.92%
G = 24.25%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6718B (or 0xD6718B) is known color: Charm. HEX triplet: D6, 71 and 8B. RGB value is (214,113,139). Sum of RGB (Red+Green+Blue) = 214+113+139=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6718B is #298E74. Grayscale: #929292. Windows color (decimal): -2723445 or 9138646. OLE color: 9138646.

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

Color convert

RGB 214 113 139 -
CMYK 0 0.47 0.35 0.16
HSL 344.55º 0.55% 0.64% -
HSV(B) 344.55º 0.47% 0.84% -
XYZ 38.3 27.97 27.81 -
YUV 146.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 214 113 139 0 0.47 0.35 0.16 344.55 0.55 0.64
Hex D6 71 8B 0 2F 23 10 159 37 40
Octal 326 161 213 0 57 43 20 531 67 100
Binary 11010110 1110001 10001011 0 101111 100011 10000 101011001 110111 1000000

Color Harmonies of #D6718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6718B

Black with #D6718B

Text Example


Text Example

White with #D6718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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