Html Css Color HEX #D46985 Charm

📋 copy color: '#D46985'

red 212 ◦ green 105 ◦ blue 133

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

Shades of Charm #D46985

Tints of Charm #D46985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.33%

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

R = 47.11%
G = 23.33%
B = 29.56%

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

#D46985 (or 0xD46985) is known color: Charm. HEX triplet: D4, 69 and 85. RGB value is (212,105,133). Sum of RGB (Red+Green+Blue) = 212+105+133=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46985 is #2B967A. Grayscale: #8C8C8C. Windows color (decimal): -2856571 or 8743380. OLE color: 8743380.

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

Color convert

RGB 212 105 133 -
CMYK 0 0.50 0.37 0.17
HSL 344.3º 0.55% 0.62% -
HSV(B) 344.3º 0.5% 0.83% -
XYZ 36.44 25.79 25.25 -
YUV 140.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 212 105 133 0 0.50 0.37 0.17 344.3 0.55 0.62
Hex D4 69 85 0 32 25 11 158 37 3E
Octal 324 151 205 0 62 45 21 530 67 76
Binary 11010100 1101001 10000101 0 110010 100101 10001 101011000 110111 111110

Color Harmonies of #D46985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46985

Black with #D46985

Text Example


Text Example

White with #D46985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46985; }

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

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

background-color css

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

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

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

border-color css

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

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

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