Html Css Color HEX #D46B86 Charm

📋 copy color: '#D46B86'

red 212 ◦ green 107 ◦ blue 134

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

Shades of Charm #D46B86

Tints of Charm #D46B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.62%

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 46.8%
G = 23.62%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D46B86 (or 0xD46B86) is known color: Charm. HEX triplet: D4, 6B and 86. RGB value is (212,107,134). Sum of RGB (Red+Green+Blue) = 212+107+134=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B86 is #2B9479. Grayscale: #8D8D8D. Windows color (decimal): -2856058 or 8809428. OLE color: 8809428.

HSL color Cylindrical-coordinate representation of color #D46B86: hue angle of 344.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B86 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 134 -
CMYK 0 0.50 0.37 0.17
HSL 344.57º 0.55% 0.63% -
HSV(B) 344.57º 0.5% 0.83% -
XYZ 36.71 26.23 25.68 -
YUV 141.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 212 107 134 0 0.50 0.37 0.17 344.57 0.55 0.63
Hex D4 6B 86 0 32 25 11 159 37 3F
Octal 324 153 206 0 62 45 21 531 67 77
Binary 11010100 1101011 10000110 0 110010 100101 10001 101011001 110111 111111

Color Harmonies of #D46B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B86

Black with #D46B86

Text Example


Text Example

White with #D46B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B86; }

 p { color: rgb(212,107,134); }

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

background-color css

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

 a { background-color: rgb(212,107,134); }

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

border-color css

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

 span { border-color: rgb(212,107,134); }

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