Html Css Color HEX #D549B9 Fuchsia

📋 copy color: '#D549B9'

red 213 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #D549B9

Tints of Fuchsia #D549B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 45.22%
G = 15.5%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D549B9 (or 0xD549B9) is known color: Fuchsia. HEX triplet: D5, 49 and B9. RGB value is (213,73,185). Sum of RGB (Red+Green+Blue) = 213+73+185=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D549B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549B9 is #2AB646. Grayscale: #7F7F7F. Windows color (decimal): -2799175 or 12143061. OLE color: 12143061.

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

Color convert

RGB 213 73 185 -
CMYK 0 0.66 0.13 0.16
HSL 312º 0.63% 0.56% -
HSV(B) 312º 0.66% 0.84% -
XYZ 38.58 22.41 48.19 -
YUV 127.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 213 73 185 0 0.66 0.13 0.16 312 0.63 0.56
Hex D5 49 B9 0 42 D 10 138 3E 38
Octal 325 111 271 0 102 15 20 470 76 70
Binary 11010101 1001001 10111001 0 1000010 1101 10000 100111000 111110 111000

Color Harmonies of #D549B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549B9

Black with #D549B9

Text Example


Text Example

White with #D549B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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