Html Css Color HEX #D6728D Charm

📋 copy color: '#D6728D'

red 214 ◦ green 114 ◦ blue 141

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

Shades of Charm #D6728D

Tints of Charm #D6728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 45.63%
G = 24.31%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6728D (or 0xD6728D) is known color: Charm. HEX triplet: D6, 72 and 8D. RGB value is (214,114,141). Sum of RGB (Red+Green+Blue) = 214+114+141=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6728D is #298D72. Grayscale: #929292. Windows color (decimal): -2723187 or 9269974. OLE color: 9269974.

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

Color convert

RGB 214 114 141 -
CMYK 0 0.47 0.34 0.16
HSL 343.8º 0.55% 0.64% -
HSV(B) 343.8º 0.47% 0.84% -
XYZ 38.56 28.25 28.62 -
YUV 146.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 214 114 141 0 0.47 0.34 0.16 343.8 0.55 0.64
Hex D6 72 8D 0 2F 22 10 158 37 40
Octal 326 162 215 0 57 42 20 530 67 100
Binary 11010110 1110010 10001101 0 101111 100010 10000 101011000 110111 1000000

Color Harmonies of #D6728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6728D

Black with #D6728D

Text Example


Text Example

White with #D6728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6728D; }

 p { color: rgb(214,114,141); }

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

background-color css

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

 a { background-color: rgb(214,114,141); }

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

border-color css

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

 span { border-color: rgb(214,114,141); }

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