Html Css Color HEX #D546BC Fuchsia

📋 copy color: '#D546BC'

red 213 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #D546BC

Tints of Fuchsia #D546BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 45.22%
G = 14.86%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D546BC (or 0xD546BC) is known color: Fuchsia. HEX triplet: D5, 46 and BC. RGB value is (213,70,188). Sum of RGB (Red+Green+Blue) = 213+70+188=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D546BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546BC is #2AB943. Grayscale: #7D7D7D. Windows color (decimal): -2799940 or 12338901. OLE color: 12338901.

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

Color convert

RGB 213 70 188 -
CMYK 0 0.67 0.12 0.16
HSL 310.49º 0.63% 0.55% -
HSV(B) 310.49º 0.67% 0.84% -
XYZ 38.71 22.16 49.81 -
YUV 126.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 213 70 188 0 0.67 0.12 0.16 310.49 0.63 0.55
Hex D5 46 BC 0 43 C 10 136 3F 37
Octal 325 106 274 0 103 14 20 466 77 67
Binary 11010101 1000110 10111100 0 1000011 1100 10000 100110110 111111 110111

Color Harmonies of #D546BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D546BC

Black with #D546BC

Text Example


Text Example

White with #D546BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D546BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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