Html Css Color HEX #D58182 Charm

📋 copy color: '#D58182'

red 213 ◦ green 129 ◦ blue 130

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

Shades of Charm #D58182

Tints of Charm #D58182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.54%

R = 45.13%
G = 27.33%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D58182 (or 0xD58182) is known color: Charm. HEX triplet: D5, 81 and 82. RGB value is (213,129,130). Sum of RGB (Red+Green+Blue) = 213+129+130=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D58182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58182 is #2A7E7D. Grayscale: #9A9A9A. Windows color (decimal): -2784894 or 8552917. OLE color: 8552917.

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

Color convert

RGB 213 129 130 -
CMYK 0 0.39 0.39 0.16
HSL 359.29º 0.5% 0.67% -
HSV(B) 359.29º 0.39% 0.84% -
XYZ 39.32 31.46 25.12 -
YUV 154.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 213 129 130 0 0.39 0.39 0.16 359.29 0.5 0.67
Hex D5 81 82 0 27 27 10 167 32 43
Octal 325 201 202 0 47 47 20 547 62 103
Binary 11010101 10000001 10000010 0 100111 100111 10000 101100111 110010 1000011

Color Harmonies of #D58182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58182

Black with #D58182

Text Example


Text Example

White with #D58182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58182; }

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

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

background-color css

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

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

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

border-color css

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

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

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