Html Css Color HEX #D47280 Charm

📋 copy color: '#D47280'

red 212 ◦ green 114 ◦ blue 128

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

Shades of Charm #D47280

Tints of Charm #D47280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 46.7%
G = 25.11%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D47280 (or 0xD47280) is known color: Charm. HEX triplet: D4, 72 and 80. RGB value is (212,114,128). Sum of RGB (Red+Green+Blue) = 212+114+128=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D47280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47280 is #2B8D7F. Grayscale: #909090. Windows color (decimal): -2854272 or 8418004. OLE color: 8418004.

HSL color Cylindrical-coordinate representation of color #D47280: hue angle of 351.43º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47280 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 114 128 -
CMYK 0 0.46 0.40 0.17
HSL 351.43º 0.53% 0.64% -
HSV(B) 351.43º 0.46% 0.83% -
XYZ 37.06 27.59 23.79 -
YUV 144.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 212 114 128 0 0.46 0.40 0.17 351.43 0.53 0.64
Hex D4 72 80 0 2E 28 11 15F 35 40
Octal 324 162 200 0 56 50 21 537 65 100
Binary 11010100 1110010 10000000 0 101110 101000 10001 101011111 110101 1000000

Color Harmonies of #D47280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47280

Black with #D47280

Text Example


Text Example

White with #D47280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47280; }

 p { color: rgb(212,114,128); }

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

background-color css

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

 a { background-color: rgb(212,114,128); }

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

border-color css

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

 span { border-color: rgb(212,114,128); }

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