Html Css Color HEX #D549BC Fuchsia

📋 copy color: '#D549BC'

red 213 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #D549BC

Tints of Fuchsia #D549BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.4%

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

R = 44.94%
G = 15.4%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D549BC (or 0xD549BC) is known color: Fuchsia. HEX triplet: D5, 49 and BC. RGB value is (213,73,188). Sum of RGB (Red+Green+Blue) = 213+73+188=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D549BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549BC is #2AB643. Grayscale: #7F7F7F. Windows color (decimal): -2799172 or 12339669. OLE color: 12339669.

HSL color Cylindrical-coordinate representation of color #D549BC: hue angle of 310.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549BC is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 188 -
CMYK 0 0.66 0.12 0.16
HSL 310.71º 0.63% 0.56% -
HSV(B) 310.71º 0.66% 0.84% -
XYZ 38.9 22.54 49.88 -
YUV 127.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 213 73 188 0 0.66 0.12 0.16 310.71 0.63 0.56
Hex D5 49 BC 0 42 C 10 137 3E 38
Octal 325 111 274 0 102 14 20 467 76 70
Binary 11010101 1001001 10111100 0 1000010 1100 10000 100110111 111110 111000

Color Harmonies of #D549BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549BC

Black with #D549BC

Text Example


Text Example

White with #D549BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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