Html Css Color HEX #D550B2 Fuchsia

📋 copy color: '#D550B2'

red 213 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #D550B2

Tints of Fuchsia #D550B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 45.22%
G = 16.99%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D550B2 (or 0xD550B2) is known color: Fuchsia. HEX triplet: D5, 50 and B2. RGB value is (213,80,178). Sum of RGB (Red+Green+Blue) = 213+80+178=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D550B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D550B2 is #2AAF4D. Grayscale: #828282. Windows color (decimal): -2797390 or 11686101. OLE color: 11686101.

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

Color convert

RGB 213 80 178 -
CMYK 0 0.62 0.16 0.16
HSL 315.79º 0.61% 0.57% -
HSV(B) 315.79º 0.62% 0.84% -
XYZ 38.35 23.1 44.56 -
YUV 130.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 213 80 178 0 0.62 0.16 0.16 315.79 0.61 0.57
Hex D5 50 B2 0 3E 10 10 13C 3D 39
Octal 325 120 262 0 76 20 20 474 75 71
Binary 11010101 1010000 10110010 0 111110 10000 10000 100111100 111101 111001

Color Harmonies of #D550B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550B2

Black with #D550B2

Text Example


Text Example

White with #D550B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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