Html Css Color HEX #D6728B Charm

📋 copy color: '#D6728B'

red 214 ◦ green 114 ◦ blue 139

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

Shades of Charm #D6728B

Tints of Charm #D6728B

RGB

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

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

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

R = 45.82%
G = 24.41%
B = 29.76%

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

#D6728B (or 0xD6728B) is known color: Charm. HEX triplet: D6, 72 and 8B. RGB value is (214,114,139). Sum of RGB (Red+Green+Blue) = 214+114+139=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6728B is #298D74. Grayscale: #929292. Windows color (decimal): -2723189 or 9138902. OLE color: 9138902.

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

Color convert

RGB 214 114 139 -
CMYK 0 0.47 0.35 0.16
HSL 345º 0.55% 0.64% -
HSV(B) 345º 0.47% 0.84% -
XYZ 38.41 28.19 27.84 -
YUV 146.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 214 114 139 0 0.47 0.35 0.16 345 0.55 0.64
Hex D6 72 8B 0 2F 23 10 159 37 40
Octal 326 162 213 0 57 43 20 531 67 100
Binary 11010110 1110010 10001011 0 101111 100011 10000 101011001 110111 1000000

Color Harmonies of #D6728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6728B

Black with #D6728B

Text Example


Text Example

White with #D6728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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