Html Css Color HEX #D58588 Charm

📋 copy color: '#D58588'

red 213 ◦ green 133 ◦ blue 136

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

Shades of Charm #D58588

Tints of Charm #D58588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 44.19%
G = 27.59%
B = 28.22%

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

#D58588 (or 0xD58588) is known color: Charm. HEX triplet: D5, 85 and 88. RGB value is (213,133,136). Sum of RGB (Red+Green+Blue) = 213+133+136=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D58588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58588 is #2A7A77. Grayscale: #9D9D9D. Windows color (decimal): -2783864 or 8947157. OLE color: 8947157.

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

Color convert

RGB 213 133 136 -
CMYK 0 0.38 0.36 0.16
HSL 357.75º 0.49% 0.68% -
HSV(B) 357.75º 0.38% 0.84% -
XYZ 40.27 32.7 27.48 -
YUV 157.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 213 133 136 0 0.38 0.36 0.16 357.75 0.49 0.68
Hex D5 85 88 0 26 24 10 166 31 44
Octal 325 205 210 0 46 44 20 546 61 104
Binary 11010101 10000101 10001000 0 100110 100100 10000 101100110 110001 1000100

Color Harmonies of #D58588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58588

Black with #D58588

Text Example


Text Example

White with #D58588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58588; }

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

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

background-color css

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

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

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

border-color css

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

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

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