Html Css Color HEX #D550B1 Fuchsia

📋 copy color: '#D550B1'

red 213 ◦ green 80 ◦ blue 177

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

Shades of Fuchsia #D550B1

Tints of Fuchsia #D550B1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.02%

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 45.32%
G = 17.02%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D550B1 (or 0xD550B1) is known color: Fuchsia. HEX triplet: D5, 50 and B1. RGB value is (213,80,177). Sum of RGB (Red+Green+Blue) = 213+80+177=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D550B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550B1 is #2AAF4E. Grayscale: #828282. Windows color (decimal): -2797391 or 11620565. OLE color: 11620565.

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

Color convert

RGB 213 80 177 -
CMYK 0 0.62 0.17 0.16
HSL 316.24º 0.61% 0.57% -
HSV(B) 316.24º 0.62% 0.84% -
XYZ 38.25 23.06 44.03 -
YUV 130.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 213 80 177 0 0.62 0.17 0.16 316.24 0.61 0.57
Hex D5 50 B1 0 3E 11 10 13C 3D 39
Octal 325 120 261 0 76 21 20 474 75 71
Binary 11010101 1010000 10110001 0 111110 10001 10000 100111100 111101 111001

Color Harmonies of #D550B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550B1

Black with #D550B1

Text Example


Text Example

White with #D550B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550B1; }

 p { color: rgb(213,80,177); }

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

background-color css

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

 a { background-color: rgb(213,80,177); }

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

border-color css

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

 span { border-color: rgb(213,80,177); }

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