Html Css Color HEX #D47F8E Charm

📋 copy color: '#D47F8E'

red 212 ◦ green 127 ◦ blue 142

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

Shades of Charm #D47F8E

Tints of Charm #D47F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 44.07%
G = 26.4%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D47F8E (or 0xD47F8E) is known color: Charm. HEX triplet: D4, 7F and 8E. RGB value is (212,127,142). Sum of RGB (Red+Green+Blue) = 212+127+142=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F8E is #2B8071. Grayscale: #9A9A9A. Windows color (decimal): -2850930 or 9338836. OLE color: 9338836.

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

Color convert

RGB 212 127 142 -
CMYK 0 0.40 0.33 0.17
HSL 349.41º 0.5% 0.66% -
HSV(B) 349.41º 0.4% 0.83% -
XYZ 39.62 31.13 29.51 -
YUV 154.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 212 127 142 0 0.40 0.33 0.17 349.41 0.5 0.66
Hex D4 7F 8E 0 28 21 11 15D 32 42
Octal 324 177 216 0 50 41 21 535 62 102
Binary 11010100 1111111 10001110 0 101000 100001 10001 101011101 110010 1000010

Color Harmonies of #D47F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F8E

Black with #D47F8E

Text Example


Text Example

White with #D47F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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