Html Css Color HEX #D6757F Charm

📋 copy color: '#D6757F'

red 214 ◦ green 117 ◦ blue 127

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

Shades of Charm #D6757F

Tints of Charm #D6757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

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

R = 46.72%
G = 25.55%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6757F (or 0xD6757F) is known color: Charm. HEX triplet: D6, 75 and 7F. RGB value is (214,117,127). Sum of RGB (Red+Green+Blue) = 214+117+127=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6757F is #298A80. Grayscale: #939393. Windows color (decimal): -2722433 or 8353238. OLE color: 8353238.

HSL color Cylindrical-coordinate representation of color #D6757F: hue angle of 353.81º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6757F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 127 -
CMYK 0 0.45 0.41 0.16
HSL 353.81º 0.54% 0.65% -
HSV(B) 353.81º 0.45% 0.84% -
XYZ 37.92 28.55 23.59 -
YUV 147.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 214 117 127 0 0.45 0.41 0.16 353.81 0.54 0.65
Hex D6 75 7F 0 2D 29 10 162 36 41
Octal 326 165 177 0 55 51 20 542 66 101
Binary 11010110 1110101 1111111 0 101101 101001 10000 101100010 110110 1000001

Color Harmonies of #D6757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6757F

Black with #D6757F

Text Example


Text Example

White with #D6757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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