Html Css Color HEX #D546B5 Fuchsia

📋 copy color: '#D546B5'

red 213 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #D546B5

Tints of Fuchsia #D546B5

RGB

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

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

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

R = 45.91%
G = 15.09%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D546B5 (or 0xD546B5) is known color: Fuchsia. HEX triplet: D5, 46 and B5. RGB value is (213,70,181). Sum of RGB (Red+Green+Blue) = 213+70+181=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D546B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546B5 is #2AB94A. Grayscale: #7D7D7D. Windows color (decimal): -2799947 or 11880149. OLE color: 11880149.

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

Color convert

RGB 213 70 181 -
CMYK 0 0.67 0.15 0.16
HSL 313.43º 0.63% 0.55% -
HSV(B) 313.43º 0.67% 0.84% -
XYZ 37.97 21.86 45.93 -
YUV 125.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 213 70 181 0 0.67 0.15 0.16 313.43 0.63 0.55
Hex D5 46 B5 0 43 F 10 139 3F 37
Octal 325 106 265 0 103 17 20 471 77 67
Binary 11010101 1000110 10110101 0 1000011 1111 10000 100111001 111111 110111

Color Harmonies of #D546B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546B5

Black with #D546B5

Text Example


Text Example

White with #D546B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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