Html Css Color HEX #D58384 Charm

📋 copy color: '#D58384'

red 213 ◦ green 131 ◦ blue 132

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

Shades of Charm #D58384

Tints of Charm #D58384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

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

R = 44.75%
G = 27.52%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D58384 (or 0xD58384) is known color: Charm. HEX triplet: D5, 83 and 84. RGB value is (213,131,132). Sum of RGB (Red+Green+Blue) = 213+131+132=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D58384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58384 is #2A7C7B. Grayscale: #9B9B9B. Windows color (decimal): -2784380 or 8684501. OLE color: 8684501.

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

Color convert

RGB 213 131 132 -
CMYK 0 0.38 0.38 0.16
HSL 359.27º 0.49% 0.67% -
HSV(B) 359.27º 0.38% 0.84% -
XYZ 39.72 32.04 25.92 -
YUV 155.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 213 131 132 0 0.38 0.38 0.16 359.27 0.49 0.67
Hex D5 83 84 0 26 26 10 167 31 43
Octal 325 203 204 0 46 46 20 547 61 103
Binary 11010101 10000011 10000100 0 100110 100110 10000 101100111 110001 1000011

Color Harmonies of #D58384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58384

Black with #D58384

Text Example


Text Example

White with #D58384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58384; }

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

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

background-color css

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

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

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

border-color css

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

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

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