Html Css Color HEX #D46E8D Charm

📋 copy color: '#D46E8D'

red 212 ◦ green 110 ◦ blue 141

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

Shades of Charm #D46E8D

Tints of Charm #D46E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.76%

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 45.79%
G = 23.76%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D46E8D (or 0xD46E8D) is known color: Charm. HEX triplet: D4, 6E and 8D. RGB value is (212,110,141). Sum of RGB (Red+Green+Blue) = 212+110+141=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46E8D is #2B9172. Grayscale: #909090. Windows color (decimal): -2855283 or 9268948. OLE color: 9268948.

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

Color convert

RGB 212 110 141 -
CMYK 0 0.48 0.33 0.17
HSL 341.76º 0.54% 0.63% -
HSV(B) 341.76º 0.48% 0.83% -
XYZ 37.54 27.07 28.45 -
YUV 144.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 212 110 141 0 0.48 0.33 0.17 341.76 0.54 0.63
Hex D4 6E 8D 0 30 21 11 156 36 3F
Octal 324 156 215 0 60 41 21 526 66 77
Binary 11010100 1101110 10001101 0 110000 100001 10001 101010110 110110 111111

Color Harmonies of #D46E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E8D

Black with #D46E8D

Text Example


Text Example

White with #D46E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E8D; }

 p { color: rgb(212,110,141); }

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

background-color css

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

 a { background-color: rgb(212,110,141); }

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

border-color css

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

 span { border-color: rgb(212,110,141); }

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