Html Css Color HEX #D58283 Charm

📋 copy color: '#D58283'

red 213 ◦ green 130 ◦ blue 131

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

Shades of Charm #D58283

Tints of Charm #D58283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 44.94%
G = 27.43%
B = 27.64%

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

#D58283 (or 0xD58283) is known color: Charm. HEX triplet: D5, 82 and 83. RGB value is (213,130,131). Sum of RGB (Red+Green+Blue) = 213+130+131=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D58283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58283 is #2A7D7C. Grayscale: #9B9B9B. Windows color (decimal): -2784637 or 8618709. OLE color: 8618709.

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

Color convert

RGB 213 130 131 -
CMYK 0 0.39 0.38 0.16
HSL 359.28º 0.5% 0.67% -
HSV(B) 359.28º 0.39% 0.84% -
XYZ 39.52 31.75 25.52 -
YUV 154.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 213 130 131 0 0.39 0.38 0.16 359.28 0.5 0.67
Hex D5 82 83 0 27 26 10 167 32 43
Octal 325 202 203 0 47 46 20 547 62 103
Binary 11010101 10000010 10000011 0 100111 100110 10000 101100111 110010 1000011

Color Harmonies of #D58283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58283

Black with #D58283

Text Example


Text Example

White with #D58283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58283; }

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

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

background-color css

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

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

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

border-color css

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

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

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