Html Css Color HEX #D47082 Charm

📋 copy color: '#D47082'

red 212 ◦ green 112 ◦ blue 130

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

Shades of Charm #D47082

Tints of Charm #D47082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 46.7%
G = 24.67%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D47082 (or 0xD47082) is known color: Charm. HEX triplet: D4, 70 and 82. RGB value is (212,112,130). Sum of RGB (Red+Green+Blue) = 212+112+130=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D47082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47082 is #2B8F7D. Grayscale: #8F8F8F. Windows color (decimal): -2854782 or 8548564. OLE color: 8548564.

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

Color convert

RGB 212 112 130 -
CMYK 0 0.47 0.39 0.17
HSL 349.2º 0.54% 0.64% -
HSV(B) 349.2º 0.47% 0.83% -
XYZ 36.97 27.2 24.42 -
YUV 143.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 212 112 130 0 0.47 0.39 0.17 349.2 0.54 0.64
Hex D4 70 82 0 2F 27 11 15D 36 40
Octal 324 160 202 0 57 47 21 535 66 100
Binary 11010100 1110000 10000010 0 101111 100111 10001 101011101 110110 1000000

Color Harmonies of #D47082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47082

Black with #D47082

Text Example


Text Example

White with #D47082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47082; }

 p { color: rgb(212,112,130); }

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

background-color css

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

 a { background-color: rgb(212,112,130); }

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

border-color css

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

 span { border-color: rgb(212,112,130); }

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