Html Css Color HEX #D58489 Charm

📋 copy color: '#D58489'

red 213 ◦ green 132 ◦ blue 137

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

Shades of Charm #D58489

Tints of Charm #D58489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 44.19%
G = 27.39%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D58489 (or 0xD58489) is known color: Charm. HEX triplet: D5, 84 and 89. RGB value is (213,132,137). Sum of RGB (Red+Green+Blue) = 213+132+137=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D58489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58489 is #2A7B76. Grayscale: #9C9C9C. Windows color (decimal): -2784119 or 9012437. OLE color: 9012437.

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

Color convert

RGB 213 132 137 -
CMYK 0 0.38 0.36 0.16
HSL 356.3º 0.49% 0.68% -
HSV(B) 356.3º 0.38% 0.84% -
XYZ 40.21 32.45 27.81 -
YUV 156.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 213 132 137 0 0.38 0.36 0.16 356.3 0.49 0.68
Hex D5 84 89 0 26 24 10 164 31 44
Octal 325 204 211 0 46 44 20 544 61 104
Binary 11010101 10000100 10001001 0 100110 100100 10000 101100100 110001 1000100

Color Harmonies of #D58489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58489

Black with #D58489

Text Example


Text Example

White with #D58489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58489; }

 p { color: rgb(213,132,137); }

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

background-color css

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

 a { background-color: rgb(213,132,137); }

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

border-color css

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

 span { border-color: rgb(213,132,137); }

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