Html Css Color HEX #D58284 Charm

📋 copy color: '#D58284'

red 213 ◦ green 130 ◦ blue 132

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

Shades of Charm #D58284

Tints of Charm #D58284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

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

R = 44.84%
G = 27.37%
B = 27.79%

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

#D58284 (or 0xD58284) is known color: Charm. HEX triplet: D5, 82 and 84. RGB value is (213,130,132). Sum of RGB (Red+Green+Blue) = 213+130+132=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D58284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58284 is #2A7D7B. Grayscale: #9B9B9B. Windows color (decimal): -2784636 or 8684245. OLE color: 8684245.

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

Color convert

RGB 213 130 132 -
CMYK 0 0.39 0.38 0.16
HSL 358.55º 0.5% 0.67% -
HSV(B) 358.55º 0.39% 0.84% -
XYZ 39.59 31.78 25.88 -
YUV 155.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 213 130 132 0 0.39 0.38 0.16 358.55 0.5 0.67
Hex D5 82 84 0 27 26 10 167 32 43
Octal 325 202 204 0 47 46 20 547 62 103
Binary 11010101 10000010 10000100 0 100111 100110 10000 101100111 110010 1000011

Color Harmonies of #D58284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58284

Black with #D58284

Text Example


Text Example

White with #D58284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58284; }

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

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

background-color css

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

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

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

border-color css

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

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

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