Html Css Color HEX #D58485 Charm

📋 copy color: '#D58485'

red 213 ◦ green 132 ◦ blue 133

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

Shades of Charm #D58485

Tints of Charm #D58485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 44.56%
G = 27.62%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58485 (or 0xD58485) is known color: Charm. HEX triplet: D5, 84 and 85. RGB value is (213,132,133). Sum of RGB (Red+Green+Blue) = 213+132+133=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D58485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58485 is #2A7B7A. Grayscale: #9C9C9C. Windows color (decimal): -2784123 or 8750293. OLE color: 8750293.

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

Color convert

RGB 213 132 133 -
CMYK 0 0.38 0.38 0.16
HSL 359.26º 0.49% 0.68% -
HSV(B) 359.26º 0.38% 0.84% -
XYZ 39.93 32.34 26.33 -
YUV 156.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 213 132 133 0 0.38 0.38 0.16 359.26 0.49 0.68
Hex D5 84 85 0 26 26 10 167 31 44
Octal 325 204 205 0 46 46 20 547 61 104
Binary 11010101 10000100 10000101 0 100110 100110 10000 101100111 110001 1000100

Color Harmonies of #D58485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58485

Black with #D58485

Text Example


Text Example

White with #D58485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58485; }

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

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

background-color css

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

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

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

border-color css

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

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

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