Html Css Color HEX #D6717F Charm

📋 copy color: '#D6717F'

red 214 ◦ green 113 ◦ blue 127

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

Shades of Charm #D6717F

Tints of Charm #D6717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 47.14%
G = 24.89%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6717F (or 0xD6717F) is known color: Charm. HEX triplet: D6, 71 and 7F. RGB value is (214,113,127). Sum of RGB (Red+Green+Blue) = 214+113+127=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6717F is #298E80. Grayscale: #909090. Windows color (decimal): -2723457 or 8352214. OLE color: 8352214.

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

Color convert

RGB 214 113 127 -
CMYK 0 0.47 0.41 0.16
HSL 351.68º 0.55% 0.64% -
HSV(B) 351.68º 0.47% 0.84% -
XYZ 37.47 27.64 23.44 -
YUV 144.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 214 113 127 0 0.47 0.41 0.16 351.68 0.55 0.64
Hex D6 71 7F 0 2F 29 10 160 37 40
Octal 326 161 177 0 57 51 20 540 67 100
Binary 11010110 1110001 1111111 0 101111 101001 10000 101100000 110111 1000000

Color Harmonies of #D6717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6717F

Black with #D6717F

Text Example


Text Example

White with #D6717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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