Html Css Color HEX #D47F88 Charm

📋 copy color: '#D47F88'

red 212 ◦ green 127 ◦ blue 136

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

Shades of Charm #D47F88

Tints of Charm #D47F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 44.63%
G = 26.74%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D47F88 (or 0xD47F88) is known color: Charm. HEX triplet: D4, 7F and 88. RGB value is (212,127,136). Sum of RGB (Red+Green+Blue) = 212+127+136=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F88 is #2B8077. Grayscale: #999999. Windows color (decimal): -2850936 or 8945620. OLE color: 8945620.

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

Color convert

RGB 212 127 136 -
CMYK 0 0.40 0.36 0.17
HSL 353.65º 0.5% 0.66% -
HSV(B) 353.65º 0.4% 0.83% -
XYZ 39.18 30.95 27.2 -
YUV 153.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 212 127 136 0 0.40 0.36 0.17 353.65 0.5 0.66
Hex D4 7F 88 0 28 24 11 162 32 42
Octal 324 177 210 0 50 44 21 542 62 102
Binary 11010100 1111111 10001000 0 101000 100100 10001 101100010 110010 1000010

Color Harmonies of #D47F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F88

Black with #D47F88

Text Example


Text Example

White with #D47F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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