Html Css Color HEX #D46A85 Charm

📋 copy color: '#D46A85'

red 212 ◦ green 106 ◦ blue 133

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

Shades of Charm #D46A85

Tints of Charm #D46A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 47.01%
G = 23.5%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D46A85 (or 0xD46A85) is known color: Charm. HEX triplet: D4, 6A and 85. RGB value is (212,106,133). Sum of RGB (Red+Green+Blue) = 212+106+133=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A85 is #2B957A. Grayscale: #8C8C8C. Windows color (decimal): -2856315 or 8743636. OLE color: 8743636.

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

Color convert

RGB 212 106 133 -
CMYK 0 0.5 0.37 0.17
HSL 344.72º 0.55% 0.62% -
HSV(B) 344.72º 0.5% 0.83% -
XYZ 36.54 26 25.28 -
YUV 140.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 212 106 133 0 0.5 0.37 0.17 344.72 0.55 0.62
Hex D4 6A 85 0 32 25 11 159 37 3E
Octal 324 152 205 0 62 45 21 531 67 76
Binary 11010100 1101010 10000101 0 110010 100101 10001 101011001 110111 111110

Color Harmonies of #D46A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A85

Black with #D46A85

Text Example


Text Example

White with #D46A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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