Html Css Color HEX #D77089 Charm

📋 copy color: '#D77089'

red 215 ◦ green 112 ◦ blue 137

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

Shades of Charm #D77089

Tints of Charm #D77089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 46.34%
G = 24.14%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D77089 (or 0xD77089) is known color: Charm. HEX triplet: D7, 70 and 89. RGB value is (215,112,137). Sum of RGB (Red+Green+Blue) = 215+112+137=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77089 is #288F76. Grayscale: #919191. Windows color (decimal): -2658167 or 9007319. OLE color: 9007319.

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

Color convert

RGB 215 112 137 -
CMYK 0 0.48 0.36 0.16
HSL 345.44º 0.56% 0.64% -
HSV(B) 345.44º 0.48% 0.84% -
XYZ 38.33 27.84 27.02 -
YUV 145.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 215 112 137 0 0.48 0.36 0.16 345.44 0.56 0.64
Hex D7 70 89 0 30 24 10 159 38 40
Octal 327 160 211 0 60 44 20 531 70 100
Binary 11010111 1110000 10001001 0 110000 100100 10000 101011001 111000 1000000

Color Harmonies of #D77089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77089

Black with #D77089

Text Example


Text Example

White with #D77089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77089; }

 p { color: rgb(215,112,137); }

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

background-color css

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

 a { background-color: rgb(215,112,137); }

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

border-color css

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

 span { border-color: rgb(215,112,137); }

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