Html Css Color HEX #D58184 Charm

📋 copy color: '#D58184'

red 213 ◦ green 129 ◦ blue 132

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

Shades of Charm #D58184

Tints of Charm #D58184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

 BLUE value IS 132 (51.95% from 255) = 27.85%

R = 44.94%
G = 27.22%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58184 (or 0xD58184) is known color: Charm. HEX triplet: D5, 81 and 84. RGB value is (213,129,132). Sum of RGB (Red+Green+Blue) = 213+129+132=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D58184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58184 is #2A7E7B. Grayscale: #9A9A9A. Windows color (decimal): -2784892 or 8683989. OLE color: 8683989.

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

Color convert

RGB 213 129 132 -
CMYK 0 0.39 0.38 0.16
HSL 357.86º 0.5% 0.67% -
HSV(B) 357.86º 0.39% 0.84% -
XYZ 39.46 31.51 25.83 -
YUV 154.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 213 129 132 0 0.39 0.38 0.16 357.86 0.5 0.67
Hex D5 81 84 0 27 26 10 166 32 43
Octal 325 201 204 0 47 46 20 546 62 103
Binary 11010101 10000001 10000100 0 100111 100110 10000 101100110 110010 1000011

Color Harmonies of #D58184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58184

Black with #D58184

Text Example


Text Example

White with #D58184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58184; }

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

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

background-color css

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

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

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

border-color css

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

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

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