Html Css Color HEX #D5748F Charm

📋 copy color: '#D5748F'

red 213 ◦ green 116 ◦ blue 143

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

Shades of Charm #D5748F

Tints of Charm #D5748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 45.13%
G = 24.58%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5748F (or 0xD5748F) is known color: Charm. HEX triplet: D5, 74 and 8F. RGB value is (213,116,143). Sum of RGB (Red+Green+Blue) = 213+116+143=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5748F is #2A8B70. Grayscale: #949494. Windows color (decimal): -2788209 or 9401557. OLE color: 9401557.

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

Color convert

RGB 213 116 143 -
CMYK 0 0.46 0.33 0.16
HSL 343.3º 0.54% 0.65% -
HSV(B) 343.3º 0.46% 0.84% -
XYZ 38.64 28.62 29.47 -
YUV 148.08 125.14 174.3 -
System Red Green Blue C M Y K H S L
Decimal 213 116 143 0 0.46 0.33 0.16 343.3 0.54 0.65
Hex D5 74 8F 0 2E 21 10 157 36 41
Octal 325 164 217 0 56 41 20 527 66 101
Binary 11010101 1110100 10001111 0 101110 100001 10000 101010111 110110 1000001

Color Harmonies of #D5748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5748F

Black with #D5748F

Text Example


Text Example

White with #D5748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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