Html Css Color HEX #D546B6 Fuchsia

📋 copy color: '#D546B6'

red 213 ◦ green 70 ◦ blue 182

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

Shades of Fuchsia #D546B6

Tints of Fuchsia #D546B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.14%

R = 45.81%
G = 15.05%
B = 39.14%

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

#D546B6 (or 0xD546B6) is known color: Fuchsia. HEX triplet: D5, 46 and B6. RGB value is (213,70,182). Sum of RGB (Red+Green+Blue) = 213+70+182=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D546B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546B6 is #2AB949. Grayscale: #7D7D7D. Windows color (decimal): -2799946 or 11945685. OLE color: 11945685.

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

Color convert

RGB 213 70 182 -
CMYK 0 0.67 0.15 0.16
HSL 313.01º 0.63% 0.55% -
HSV(B) 313.01º 0.67% 0.84% -
XYZ 38.07 21.9 46.48 -
YUV 125.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 213 70 182 0 0.67 0.15 0.16 313.01 0.63 0.55
Hex D5 46 B6 0 43 F 10 139 3F 37
Octal 325 106 266 0 103 17 20 471 77 67
Binary 11010101 1000110 10110110 0 1000011 1111 10000 100111001 111111 110111

Color Harmonies of #D546B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546B6

Black with #D546B6

Text Example


Text Example

White with #D546B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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