Html Css Color HEX #D5738A Charm

📋 copy color: '#D5738A'

red 213 ◦ green 115 ◦ blue 138

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

Shades of Charm #D5738A

Tints of Charm #D5738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 45.71%
G = 24.68%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5738A (or 0xD5738A) is known color: Charm. HEX triplet: D5, 73 and 8A. RGB value is (213,115,138). Sum of RGB (Red+Green+Blue) = 213+115+138=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5738A is #2A8C75. Grayscale: #929292. Windows color (decimal): -2788470 or 9073621. OLE color: 9073621.

HSL color Cylindrical-coordinate representation of color #D5738A: hue angle of 345.92º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5738A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 138 -
CMYK 0 0.46 0.35 0.16
HSL 345.92º 0.54% 0.64% -
HSV(B) 345.92º 0.46% 0.84% -
XYZ 38.16 28.24 27.48 -
YUV 146.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 213 115 138 0 0.46 0.35 0.16 345.92 0.54 0.64
Hex D5 73 8A 0 2E 23 10 15A 36 40
Octal 325 163 212 0 56 43 20 532 66 100
Binary 11010101 1110011 10001010 0 101110 100011 10000 101011010 110110 1000000

Color Harmonies of #D5738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5738A

Black with #D5738A

Text Example


Text Example

White with #D5738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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