Html Css Color HEX #D6737F Charm

📋 copy color: '#D6737F'

red 214 ◦ green 115 ◦ blue 127

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

Shades of Charm #D6737F

Tints of Charm #D6737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 46.93%
G = 25.22%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6737F (or 0xD6737F) is known color: Charm. HEX triplet: D6, 73 and 7F. RGB value is (214,115,127). Sum of RGB (Red+Green+Blue) = 214+115+127=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6737F is #298C80. Grayscale: #929292. Windows color (decimal): -2722945 or 8352726. OLE color: 8352726.

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

Color convert

RGB 214 115 127 -
CMYK 0 0.46 0.41 0.16
HSL 352.73º 0.55% 0.65% -
HSV(B) 352.73º 0.46% 0.84% -
XYZ 37.69 28.09 23.51 -
YUV 145.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 214 115 127 0 0.46 0.41 0.16 352.73 0.55 0.65
Hex D6 73 7F 0 2E 29 10 161 37 41
Octal 326 163 177 0 56 51 20 541 67 101
Binary 11010110 1110011 1111111 0 101110 101001 10000 101100001 110111 1000001

Color Harmonies of #D6737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6737F

Black with #D6737F

Text Example


Text Example

White with #D6737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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