Html Css Color HEX #D546B8 Fuchsia

📋 copy color: '#D546B8'

red 213 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #D546B8

Tints of Fuchsia #D546B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 45.61%
G = 14.99%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D546B8 (or 0xD546B8) is known color: Fuchsia. HEX triplet: D5, 46 and B8. RGB value is (213,70,184). Sum of RGB (Red+Green+Blue) = 213+70+184=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D546B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546B8 is #2AB947. Grayscale: #7D7D7D. Windows color (decimal): -2799944 or 12076757. OLE color: 12076757.

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

Color convert

RGB 213 70 184 -
CMYK 0 0.67 0.14 0.16
HSL 312.17º 0.63% 0.55% -
HSV(B) 312.17º 0.67% 0.84% -
XYZ 38.28 21.99 47.57 -
YUV 125.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 213 70 184 0 0.67 0.14 0.16 312.17 0.63 0.55
Hex D5 46 B8 0 43 E 10 138 3F 37
Octal 325 106 270 0 103 16 20 470 77 67
Binary 11010101 1000110 10111000 0 1000011 1110 10000 100111000 111111 110111

Color Harmonies of #D546B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546B8

Black with #D546B8

Text Example


Text Example

White with #D546B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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