Html Css Color HEX #D6758E Charm

📋 copy color: '#D6758E'

red 214 ◦ green 117 ◦ blue 142

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

Shades of Charm #D6758E

Tints of Charm #D6758E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 45.24%
G = 24.74%
B = 30.02%

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

#D6758E (or 0xD6758E) is known color: Charm. HEX triplet: D6, 75 and 8E. RGB value is (214,117,142). Sum of RGB (Red+Green+Blue) = 214+117+142=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6758E is #298A71. Grayscale: #949494. Windows color (decimal): -2722418 or 9336278. OLE color: 9336278.

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

Color convert

RGB 214 117 142 -
CMYK 0 0.45 0.34 0.16
HSL 344.54º 0.54% 0.65% -
HSV(B) 344.54º 0.45% 0.84% -
XYZ 38.98 28.97 29.13 -
YUV 148.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 214 117 142 0 0.45 0.34 0.16 344.54 0.54 0.65
Hex D6 75 8E 0 2D 22 10 159 36 41
Octal 326 165 216 0 55 42 20 531 66 101
Binary 11010110 1110101 10001110 0 101101 100010 10000 101011001 110110 1000001

Color Harmonies of #D6758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6758E

Black with #D6758E

Text Example


Text Example

White with #D6758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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