Html Css Color HEX #D546B9 Fuchsia

📋 copy color: '#D546B9'

red 213 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #D546B9

Tints of Fuchsia #D546B9

RGB

 RED value IS 213 (83.59% from 255) = 45.51%

 GREEN value IS 70 (27.73% from 255) = 14.96%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 45.51%
G = 14.96%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D546B9 (or 0xD546B9) is known color: Fuchsia. HEX triplet: D5, 46 and B9. RGB value is (213,70,185). Sum of RGB (Red+Green+Blue) = 213+70+185=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D546B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546B9 is #2AB946. Grayscale: #7D7D7D. Windows color (decimal): -2799943 or 12142293. OLE color: 12142293.

HSL color Cylindrical-coordinate representation of color #D546B9: hue angle of 311.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D546B9 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 185 -
CMYK 0 0.67 0.13 0.16
HSL 311.75º 0.63% 0.55% -
HSV(B) 311.75º 0.67% 0.84% -
XYZ 38.39 22.03 48.13 -
YUV 125.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 213 70 185 0 0.67 0.13 0.16 311.75 0.63 0.55
Hex D5 46 B9 0 43 D 10 138 3F 37
Octal 325 106 271 0 103 15 20 470 77 67
Binary 11010101 1000110 10111001 0 1000011 1101 10000 100111000 111111 110111

Color Harmonies of #D546B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546B9

Black with #D546B9

Text Example


Text Example

White with #D546B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546B9; }

 p { color: rgb(213,70,185); }

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

background-color css

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

 a { background-color: rgb(213,70,185); }

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

border-color css

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

 span { border-color: rgb(213,70,185); }

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