Html Css Color HEX #D5738D Charm

📋 copy color: '#D5738D'

red 213 ◦ green 115 ◦ blue 141

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

Shades of Charm #D5738D

Tints of Charm #D5738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 45.42%
G = 24.52%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5738D (or 0xD5738D) is known color: Charm. HEX triplet: D5, 73 and 8D. RGB value is (213,115,141). Sum of RGB (Red+Green+Blue) = 213+115+141=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5738D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5738D is #2A8C72. Grayscale: #939393. Windows color (decimal): -2788467 or 9270229. OLE color: 9270229.

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

Color convert

RGB 213 115 141 -
CMYK 0 0.46 0.34 0.16
HSL 344.08º 0.54% 0.64% -
HSV(B) 344.08º 0.46% 0.84% -
XYZ 38.38 28.33 28.64 -
YUV 147.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 213 115 141 0 0.46 0.34 0.16 344.08 0.54 0.64
Hex D5 73 8D 0 2E 22 10 158 36 40
Octal 325 163 215 0 56 42 20 530 66 100
Binary 11010101 1110011 10001101 0 101110 100010 10000 101011000 110110 1000000

Color Harmonies of #D5738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5738D

Black with #D5738D

Text Example


Text Example

White with #D5738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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