Html Css Color HEX #D5787F Charm

📋 copy color: '#D5787F'

red 213 ◦ green 120 ◦ blue 127

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

Shades of Charm #D5787F

Tints of Charm #D5787F

RGB

 RED value IS 213 (83.59% from 255) = 46.3%

 GREEN value IS 120 (47.27% from 255) = 26.09%

 BLUE value IS 127 (50% from 255) = 27.61%

R = 46.3%
G = 26.09%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5787F (or 0xD5787F) is known color: Charm. HEX triplet: D5, 78 and 7F. RGB value is (213,120,127). Sum of RGB (Red+Green+Blue) = 213+120+127=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5787F is #2A8780. Grayscale: #949494. Windows color (decimal): -2787201 or 8354005. OLE color: 8354005.

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

Color convert

RGB 213 120 127 -
CMYK 0 0.44 0.40 0.16
HSL 355.48º 0.53% 0.65% -
HSV(B) 355.48º 0.44% 0.84% -
XYZ 37.99 29.11 23.7 -
YUV 148.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 213 120 127 0 0.44 0.40 0.16 355.48 0.53 0.65
Hex D5 78 7F 0 2C 28 10 163 35 41
Octal 325 170 177 0 54 50 20 543 65 101
Binary 11010101 1111000 1111111 0 101100 101000 10000 101100011 110101 1000001

Color Harmonies of #D5787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5787F

Black with #D5787F

Text Example


Text Example

White with #D5787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5787F; }

 p { color: rgb(213,120,127); }

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

background-color css

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

 a { background-color: rgb(213,120,127); }

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

border-color css

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

 span { border-color: rgb(213,120,127); }

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