Html Css Color HEX #D77483 Charm

📋 copy color: '#D77483'

red 215 ◦ green 116 ◦ blue 131

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

Shades of Charm #D77483

Tints of Charm #D77483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 46.54%
G = 25.11%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D77483 (or 0xD77483) is known color: Charm. HEX triplet: D7, 74 and 83. RGB value is (215,116,131). Sum of RGB (Red+Green+Blue) = 215+116+131=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D77483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77483 is #288B7C. Grayscale: #939393. Windows color (decimal): -2657149 or 8615127. OLE color: 8615127.

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

Color convert

RGB 215 116 131 -
CMYK 0 0.46 0.39 0.16
HSL 350.91º 0.55% 0.65% -
HSV(B) 350.91º 0.46% 0.84% -
XYZ 38.37 28.58 24.97 -
YUV 147.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 215 116 131 0 0.46 0.39 0.16 350.91 0.55 0.65
Hex D7 74 83 0 2E 27 10 15F 37 41
Octal 327 164 203 0 56 47 20 537 67 101
Binary 11010111 1110100 10000011 0 101110 100111 10000 101011111 110111 1000001

Color Harmonies of #D77483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77483

Black with #D77483

Text Example


Text Example

White with #D77483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77483; }

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

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

background-color css

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

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

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

border-color css

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

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

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