Html Css Color HEX #D5738B Charm

📋 copy color: '#D5738B'

red 213 ◦ green 115 ◦ blue 139

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

Shades of Charm #D5738B

Tints of Charm #D5738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 45.61%
G = 24.63%
B = 29.76%

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

#D5738B (or 0xD5738B) is known color: Charm. HEX triplet: D5, 73 and 8B. RGB value is (213,115,139). Sum of RGB (Red+Green+Blue) = 213+115+139=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5738B is #2A8C74. Grayscale: #939393. Windows color (decimal): -2788469 or 9139157. OLE color: 9139157.

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

Color convert

RGB 213 115 139 -
CMYK 0 0.46 0.35 0.16
HSL 345.31º 0.54% 0.64% -
HSV(B) 345.31º 0.46% 0.84% -
XYZ 38.23 28.27 27.87 -
YUV 147.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 213 115 139 0 0.46 0.35 0.16 345.31 0.54 0.64
Hex D5 73 8B 0 2E 23 10 159 36 40
Octal 325 163 213 0 56 43 20 531 66 100
Binary 11010101 1110011 10001011 0 101110 100011 10000 101011001 110110 1000000

Color Harmonies of #D5738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5738B

Black with #D5738B

Text Example


Text Example

White with #D5738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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