Html Css Color HEX #D76E8B Charm

📋 copy color: '#D76E8B'

red 215 ◦ green 110 ◦ blue 139

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

Shades of Charm #D76E8B

Tints of Charm #D76E8B

RGB

 RED value IS 215 (84.38% from 255) = 46.34%

 GREEN value IS 110 (43.36% from 255) = 23.71%

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

R = 46.34%
G = 23.71%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D76E8B (or 0xD76E8B) is known color: Charm. HEX triplet: D7, 6E and 8B. RGB value is (215,110,139). Sum of RGB (Red+Green+Blue) = 215+110+139=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E8B is #289174. Grayscale: #909090. Windows color (decimal): -2658677 or 9137879. OLE color: 9137879.

HSL color Cylindrical-coordinate representation of color #D76E8B: hue angle of 343.43º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E8B is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 139 -
CMYK 0 0.49 0.35 0.16
HSL 343.43º 0.57% 0.64% -
HSV(B) 343.43º 0.49% 0.84% -
XYZ 38.26 27.46 27.71 -
YUV 144.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 215 110 139 0 0.49 0.35 0.16 343.43 0.57 0.64
Hex D7 6E 8B 0 31 23 10 157 39 40
Octal 327 156 213 0 61 43 20 527 71 100
Binary 11010111 1101110 10001011 0 110001 100011 10000 101010111 111001 1000000

Color Harmonies of #D76E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E8B

Black with #D76E8B

Text Example


Text Example

White with #D76E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E8B; }

 p { color: rgb(215,110,139); }

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

background-color css

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

 a { background-color: rgb(215,110,139); }

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

border-color css

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

 span { border-color: rgb(215,110,139); }

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