Html Css Color HEX #D5748A Charm

📋 copy color: '#D5748A'

red 213 ◦ green 116 ◦ blue 138

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

Shades of Charm #D5748A

Tints of Charm #D5748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

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

R = 45.61%
G = 24.84%
B = 29.55%

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

#D5748A (or 0xD5748A) is known color: Charm. HEX triplet: D5, 74 and 8A. RGB value is (213,116,138). Sum of RGB (Red+Green+Blue) = 213+116+138=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5748A is #2A8B75. Grayscale: #939393. Windows color (decimal): -2788214 or 9073877. OLE color: 9073877.

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

Color convert

RGB 213 116 138 -
CMYK 0 0.46 0.35 0.16
HSL 346.39º 0.54% 0.65% -
HSV(B) 346.39º 0.46% 0.84% -
XYZ 38.27 28.47 27.52 -
YUV 147.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 213 116 138 0 0.46 0.35 0.16 346.39 0.54 0.65
Hex D5 74 8A 0 2E 23 10 15A 36 41
Octal 325 164 212 0 56 43 20 532 66 101
Binary 11010101 1110100 10001010 0 101110 100011 10000 101011010 110110 1000001

Color Harmonies of #D5748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5748A

Black with #D5748A

Text Example


Text Example

White with #D5748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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