Html Css Color HEX #D46A83 Charm

📋 copy color: '#D46A83'

red 212 ◦ green 106 ◦ blue 131

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

Shades of Charm #D46A83

Tints of Charm #D46A83

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 47.22%
G = 23.61%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D46A83 (or 0xD46A83) is known color: Charm. HEX triplet: D4, 6A and 83. RGB value is (212,106,131). Sum of RGB (Red+Green+Blue) = 212+106+131=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A83 is #2B957C. Grayscale: #8C8C8C. Windows color (decimal): -2856317 or 8612564. OLE color: 8612564.

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

Color convert

RGB 212 106 131 -
CMYK 0 0.5 0.38 0.17
HSL 345.85º 0.55% 0.62% -
HSV(B) 345.85º 0.5% 0.83% -
XYZ 36.4 25.94 24.56 -
YUV 140.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 212 106 131 0 0.5 0.38 0.17 345.85 0.55 0.62
Hex D4 6A 83 0 32 26 11 15A 37 3E
Octal 324 152 203 0 62 46 21 532 67 76
Binary 11010100 1101010 10000011 0 110010 100110 10001 101011010 110111 111110

Color Harmonies of #D46A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A83

Black with #D46A83

Text Example


Text Example

White with #D46A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A83; }

 p { color: rgb(212,106,131); }

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

background-color css

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

 a { background-color: rgb(212,106,131); }

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

border-color css

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

 span { border-color: rgb(212,106,131); }

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