Html Css Color HEX #D46F8D Charm

📋 copy color: '#D46F8D'

red 212 ◦ green 111 ◦ blue 141

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

Shades of Charm #D46F8D

Tints of Charm #D46F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

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

R = 45.69%
G = 23.92%
B = 30.39%

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

#D46F8D (or 0xD46F8D) is known color: Charm. HEX triplet: D4, 6F and 8D. RGB value is (212,111,141). Sum of RGB (Red+Green+Blue) = 212+111+141=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F8D is #2B9072. Grayscale: #909090. Windows color (decimal): -2855027 or 9269204. OLE color: 9269204.

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

Color convert

RGB 212 111 141 -
CMYK 0 0.48 0.33 0.17
HSL 342.18º 0.54% 0.63% -
HSV(B) 342.18º 0.48% 0.83% -
XYZ 37.64 27.29 28.48 -
YUV 144.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 212 111 141 0 0.48 0.33 0.17 342.18 0.54 0.63
Hex D4 6F 8D 0 30 21 11 156 36 3F
Octal 324 157 215 0 60 41 21 526 66 77
Binary 11010100 1101111 10001101 0 110000 100001 10001 101010110 110110 111111

Color Harmonies of #D46F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F8D

Black with #D46F8D

Text Example


Text Example

White with #D46F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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