Html Css Color HEX #D5838A Charm

📋 copy color: '#D5838A'

red 213 ◦ green 131 ◦ blue 138

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

Shades of Charm #D5838A

Tints of Charm #D5838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 44.19%
G = 27.18%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5838A (or 0xD5838A) is known color: Charm. HEX triplet: D5, 83 and 8A. RGB value is (213,131,138). Sum of RGB (Red+Green+Blue) = 213+131+138=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5838A is #2A7C75. Grayscale: #9C9C9C. Windows color (decimal): -2784374 or 9077717. OLE color: 9077717.

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

Color convert

RGB 213 131 138 -
CMYK 0 0.38 0.35 0.16
HSL 354.88º 0.49% 0.67% -
HSV(B) 354.88º 0.38% 0.84% -
XYZ 40.14 32.21 28.15 -
YUV 156.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 213 131 138 0 0.38 0.35 0.16 354.88 0.49 0.67
Hex D5 83 8A 0 26 23 10 163 31 43
Octal 325 203 212 0 46 43 20 543 61 103
Binary 11010101 10000011 10001010 0 100110 100011 10000 101100011 110001 1000011

Color Harmonies of #D5838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5838A

Black with #D5838A

Text Example


Text Example

White with #D5838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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