Html Css Color HEX #D47C81 Charm

📋 copy color: '#D47C81'

red 212 ◦ green 124 ◦ blue 129

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

Shades of Charm #D47C81

Tints of Charm #D47C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.74%

R = 45.59%
G = 26.67%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D47C81 (or 0xD47C81) is known color: Charm. HEX triplet: D4, 7C and 81. RGB value is (212,124,129). Sum of RGB (Red+Green+Blue) = 212+124+129=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47C81 is #2B837E. Grayscale: #969696. Windows color (decimal): -2851711 or 8486100. OLE color: 8486100.

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

Color convert

RGB 212 124 129 -
CMYK 0 0.42 0.39 0.17
HSL 356.59º 0.51% 0.66% -
HSV(B) 356.59º 0.42% 0.83% -
XYZ 38.32 30 24.54 -
YUV 150.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 212 124 129 0 0.42 0.39 0.17 356.59 0.51 0.66
Hex D4 7C 81 0 2A 27 11 165 33 42
Octal 324 174 201 0 52 47 21 545 63 102
Binary 11010100 1111100 10000001 0 101010 100111 10001 101100101 110011 1000010

Color Harmonies of #D47C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C81

Black with #D47C81

Text Example


Text Example

White with #D47C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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