Html Css Color HEX #D8758D Charm

📋 copy color: '#D8758D'

red 216 ◦ green 117 ◦ blue 141

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

Shades of Charm #D8758D

Tints of Charm #D8758D

RGB

 RED value IS 216 (84.77% from 255) = 45.57%

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

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

R = 45.57%
G = 24.68%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8758D (or 0xD8758D) is known color: Charm. HEX triplet: D8, 75 and 8D. RGB value is (216,117,141). Sum of RGB (Red+Green+Blue) = 216+117+141=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8758D is #278A72. Grayscale: #959595. Windows color (decimal): -2591347 or 9270744. OLE color: 9270744.

HSL color Cylindrical-coordinate representation of color #D8758D: hue angle of 345.45º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8758D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 141 -
CMYK 0 0.46 0.35 0.15
HSL 345.45º 0.56% 0.65% -
HSV(B) 345.45º 0.46% 0.85% -
XYZ 39.49 29.24 28.76 -
YUV 149.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 216 117 141 0 0.46 0.35 0.15 345.45 0.56 0.65
Hex D8 75 8D 0 2E 23 F 159 38 41
Octal 330 165 215 0 56 43 17 531 70 101
Binary 11011000 1110101 10001101 0 101110 100011 1111 101011001 111000 1000001

Color Harmonies of #D8758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8758D

Black with #D8758D

Text Example


Text Example

White with #D8758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8758D; }

 p { color: rgb(216,117,141); }

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

background-color css

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

 a { background-color: rgb(216,117,141); }

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

border-color css

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

 span { border-color: rgb(216,117,141); }

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