Html Css Color HEX #D77280 Charm

📋 copy color: '#D77280'

red 215 ◦ green 114 ◦ blue 128

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

Shades of Charm #D77280

Tints of Charm #D77280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 47.05%
G = 24.95%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D77280 (or 0xD77280) is known color: Charm. HEX triplet: D7, 72 and 80. RGB value is (215,114,128). Sum of RGB (Red+Green+Blue) = 215+114+128=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77280 is #288D7F. Grayscale: #919191. Windows color (decimal): -2657664 or 8418007. OLE color: 8418007.

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

Color convert

RGB 215 114 128 -
CMYK 0 0.47 0.40 0.16
HSL 351.68º 0.56% 0.65% -
HSV(B) 351.68º 0.47% 0.84% -
XYZ 37.94 28.04 23.83 -
YUV 145.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 215 114 128 0 0.47 0.40 0.16 351.68 0.56 0.65
Hex D7 72 80 0 2F 28 10 160 38 41
Octal 327 162 200 0 57 50 20 540 70 101
Binary 11010111 1110010 10000000 0 101111 101000 10000 101100000 111000 1000001

Color Harmonies of #D77280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77280

Black with #D77280

Text Example


Text Example

White with #D77280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77280; }

 p { color: rgb(215,114,128); }

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

background-color css

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

 a { background-color: rgb(215,114,128); }

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

border-color css

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

 span { border-color: rgb(215,114,128); }

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