Html Css Color HEX #D46485 Charm

📋 copy color: '#D46485'

red 212 ◦ green 100 ◦ blue 133

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

Shades of Charm #D46485

Tints of Charm #D46485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.47%

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

R = 47.64%
G = 22.47%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D46485 (or 0xD46485) is known color: Charm. HEX triplet: D4, 64 and 85. RGB value is (212,100,133). Sum of RGB (Red+Green+Blue) = 212+100+133=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D46485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46485 is #2B9B7A. Grayscale: #898989. Windows color (decimal): -2857851 or 8742100. OLE color: 8742100.

HSL color Cylindrical-coordinate representation of color #D46485: hue angle of 342.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46485 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 133 -
CMYK 0 0.53 0.37 0.17
HSL 342.32º 0.57% 0.61% -
HSV(B) 342.32º 0.53% 0.83% -
XYZ 35.94 24.8 25.08 -
YUV 137.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 212 100 133 0 0.53 0.37 0.17 342.32 0.57 0.61
Hex D4 64 85 0 35 25 11 156 39 3D
Octal 324 144 205 0 65 45 21 526 71 75
Binary 11010100 1100100 10000101 0 110101 100101 10001 101010110 111001 111101

Color Harmonies of #D46485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46485

Black with #D46485

Text Example


Text Example

White with #D46485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46485; }

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

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

background-color css

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

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

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

border-color css

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

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

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