Html Css Color HEX #D46AB5 Fuchsia

📋 copy color: '#D46AB5'

red 212 ◦ green 106 ◦ blue 181

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

Shades of Fuchsia #D46AB5

Tints of Fuchsia #D46AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 42.48%
G = 21.24%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D46AB5 (or 0xD46AB5) is known color: Fuchsia. HEX triplet: D4, 6A and B5. RGB value is (212,106,181). Sum of RGB (Red+Green+Blue) = 212+106+181=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46AB5 is #2B954A. Grayscale: #929292. Windows color (decimal): -2856267 or 11889364. OLE color: 11889364.

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

Color convert

RGB 212 106 181 -
CMYK 0 0.5 0.15 0.17
HSL 317.55º 0.55% 0.62% -
HSV(B) 317.55º 0.5% 0.83% -
XYZ 40.65 27.64 46.91 -
YUV 146.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 212 106 181 0 0.5 0.15 0.17 317.55 0.55 0.62
Hex D4 6A B5 0 32 F 11 13E 37 3E
Octal 324 152 265 0 62 17 21 476 67 76
Binary 11010100 1101010 10110101 0 110010 1111 10001 100111110 110111 111110

Color Harmonies of #D46AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AB5

Black with #D46AB5

Text Example


Text Example

White with #D46AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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