Html Css Color HEX #D47384 Charm

📋 copy color: '#D47384'

red 212 ◦ green 115 ◦ blue 132

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

Shades of Charm #D47384

Tints of Charm #D47384

RGB

 RED value IS 212 (83.2% from 255) = 46.19%

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

 BLUE value IS 132 (51.95% from 255) = 28.76%

R = 46.19%
G = 25.05%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D47384 (or 0xD47384) is known color: Charm. HEX triplet: D4, 73 and 84. RGB value is (212,115,132). Sum of RGB (Red+Green+Blue) = 212+115+132=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D47384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47384 is #2B8C7B. Grayscale: #919191. Windows color (decimal): -2854012 or 8680404. OLE color: 8680404.

HSL color Cylindrical-coordinate representation of color #D47384: hue angle of 349.48º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47384 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 115 132 -
CMYK 0 0.46 0.38 0.17
HSL 349.48º 0.53% 0.64% -
HSV(B) 349.48º 0.46% 0.83% -
XYZ 37.45 27.92 25.25 -
YUV 145.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 212 115 132 0 0.46 0.38 0.17 349.48 0.53 0.64
Hex D4 73 84 0 2E 26 11 15D 35 40
Octal 324 163 204 0 56 46 21 535 65 100
Binary 11010100 1110011 10000100 0 101110 100110 10001 101011101 110101 1000000

Color Harmonies of #D47384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47384

Black with #D47384

Text Example


Text Example

White with #D47384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47384; }

 p { color: rgb(212,115,132); }

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

background-color css

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

 a { background-color: rgb(212,115,132); }

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

border-color css

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

 span { border-color: rgb(212,115,132); }

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