Html Css Color HEX #D47C92 Charm

📋 copy color: '#D47C92'

red 212 ◦ green 124 ◦ blue 146

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

Shades of Charm #D47C92

Tints of Charm #D47C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.73%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 43.98%
G = 25.73%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D47C92 (or 0xD47C92) is known color: Charm. HEX triplet: D4, 7C and 92. RGB value is (212,124,146). Sum of RGB (Red+Green+Blue) = 212+124+146=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C92 is #2B836D. Grayscale: #989898. Windows color (decimal): -2851694 or 9600212. OLE color: 9600212.

HSL color Cylindrical-coordinate representation of color #D47C92: hue angle of 345º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47C92 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 124 146 -
CMYK 0 0.42 0.31 0.17
HSL 345º 0.51% 0.66% -
HSV(B) 345º 0.42% 0.83% -
XYZ 39.55 30.49 30.99 -
YUV 152.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 212 124 146 0 0.42 0.31 0.17 345 0.51 0.66
Hex D4 7C 92 0 2A 1F 11 159 33 42
Octal 324 174 222 0 52 37 21 531 63 102
Binary 11010100 1111100 10010010 0 101010 11111 10001 101011001 110011 1000010

Color Harmonies of #D47C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C92

Black with #D47C92

Text Example


Text Example

White with #D47C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C92; }

 p { color: rgb(212,124,146); }

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

background-color css

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

 a { background-color: rgb(212,124,146); }

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

border-color css

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

 span { border-color: rgb(212,124,146); }

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