Html Css Color HEX #D6768D Charm

📋 copy color: '#D6768D'

red 214 ◦ green 118 ◦ blue 141

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

Shades of Charm #D6768D

Tints of Charm #D6768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

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

R = 45.24%
G = 24.95%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6768D (or 0xD6768D) is known color: Charm. HEX triplet: D6, 76 and 8D. RGB value is (214,118,141). Sum of RGB (Red+Green+Blue) = 214+118+141=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6768D is #298972. Grayscale: #959595. Windows color (decimal): -2722163 or 9270998. OLE color: 9270998.

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

Color convert

RGB 214 118 141 -
CMYK 0 0.45 0.34 0.16
HSL 345.63º 0.54% 0.65% -
HSV(B) 345.63º 0.45% 0.84% -
XYZ 39.02 29.18 28.77 -
YUV 149.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 214 118 141 0 0.45 0.34 0.16 345.63 0.54 0.65
Hex D6 76 8D 0 2D 22 10 15A 36 41
Octal 326 166 215 0 55 42 20 532 66 101
Binary 11010110 1110110 10001101 0 101101 100010 10000 101011010 110110 1000001

Color Harmonies of #D6768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6768D

Black with #D6768D

Text Example


Text Example

White with #D6768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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