Html Css Color HEX #D77481 Charm

📋 copy color: '#D77481'

red 215 ◦ green 116 ◦ blue 129

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

Shades of Charm #D77481

Tints of Charm #D77481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 46.74%
G = 25.22%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D77481 (or 0xD77481) is known color: Charm. HEX triplet: D7, 74 and 81. RGB value is (215,116,129). Sum of RGB (Red+Green+Blue) = 215+116+129=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D77481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77481 is #288B7E. Grayscale: #939393. Windows color (decimal): -2657151 or 8484055. OLE color: 8484055.

HSL color Cylindrical-coordinate representation of color #D77481: hue angle of 352.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77481 is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 129 -
CMYK 0 0.46 0.4 0.16
HSL 352.12º 0.55% 0.65% -
HSV(B) 352.12º 0.46% 0.84% -
XYZ 38.23 28.52 24.26 -
YUV 147.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 215 116 129 0 0.46 0.4 0.16 352.12 0.55 0.65
Hex D7 74 81 0 2E 28 10 160 37 41
Octal 327 164 201 0 56 50 20 540 67 101
Binary 11010111 1110100 10000001 0 101110 101000 10000 101100000 110111 1000001

Color Harmonies of #D77481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77481

Black with #D77481

Text Example


Text Example

White with #D77481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77481; }

 p { color: rgb(215,116,129); }

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

background-color css

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

 a { background-color: rgb(215,116,129); }

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

border-color css

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

 span { border-color: rgb(215,116,129); }

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