Html Css Color HEX #D47F92 Charm

📋 copy color: '#D47F92'

red 212 ◦ green 127 ◦ blue 146

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

Shades of Charm #D47F92

Tints of Charm #D47F92

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

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

R = 43.71%
G = 26.19%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D47F92 (or 0xD47F92) is known color: Charm. HEX triplet: D4, 7F and 92. RGB value is (212,127,146). Sum of RGB (Red+Green+Blue) = 212+127+146=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F92 is #2B806D. Grayscale: #9A9A9A. Windows color (decimal): -2850926 or 9600980. OLE color: 9600980.

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

Color convert

RGB 212 127 146 -
CMYK 0 0.40 0.31 0.17
HSL 346.59º 0.5% 0.66% -
HSV(B) 346.59º 0.4% 0.83% -
XYZ 39.93 31.25 31.12 -
YUV 154.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 212 127 146 0 0.40 0.31 0.17 346.59 0.5 0.66
Hex D4 7F 92 0 28 1F 11 15B 32 42
Octal 324 177 222 0 50 37 21 533 62 102
Binary 11010100 1111111 10010010 0 101000 11111 10001 101011011 110010 1000010

Color Harmonies of #D47F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F92

Black with #D47F92

Text Example


Text Example

White with #D47F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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