Html Css Color HEX #D549BB Fuchsia

📋 copy color: '#D549BB'

red 213 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #D549BB

Tints of Fuchsia #D549BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 45.03%
G = 15.43%
B = 39.53%

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

#D549BB (or 0xD549BB) is known color: Fuchsia. HEX triplet: D5, 49 and BB. RGB value is (213,73,187). Sum of RGB (Red+Green+Blue) = 213+73+187=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D549BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549BB is #2AB644. Grayscale: #7F7F7F. Windows color (decimal): -2799173 or 12274133. OLE color: 12274133.

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

Color convert

RGB 213 73 187 -
CMYK 0 0.66 0.12 0.16
HSL 311.14º 0.63% 0.56% -
HSV(B) 311.14º 0.66% 0.84% -
XYZ 38.79 22.5 49.31 -
YUV 127.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 213 73 187 0 0.66 0.12 0.16 311.14 0.63 0.56
Hex D5 49 BB 0 42 C 10 137 3E 38
Octal 325 111 273 0 102 14 20 467 76 70
Binary 11010101 1001001 10111011 0 1000010 1100 10000 100110111 111110 111000

Color Harmonies of #D549BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D549BB

Black with #D549BB

Text Example


Text Example

White with #D549BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D549BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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