Html Css Color HEX #D83AB1 Fuchsia

📋 copy color: '#D83AB1'

red 216 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #D83AB1

Tints of Fuchsia #D83AB1

RGB

 RED value IS 216 (84.77% from 255) = 47.89%

 GREEN value IS 58 (23.05% from 255) = 12.86%

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

R = 47.89%
G = 12.86%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D83AB1 (or 0xD83AB1) is known color: Fuchsia. HEX triplet: D8, 3A and B1. RGB value is (216,58,177). Sum of RGB (Red+Green+Blue) = 216+58+177=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83AB1 is #27C54E. Grayscale: #767676. Windows color (decimal): -2606415 or 11614936. OLE color: 11614936.

HSL color Cylindrical-coordinate representation of color #D83AB1: hue angle of 314.81º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83AB1 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 58 177 -
CMYK 0 0.73 0.18 0.15
HSL 314.81º 0.67% 0.54% -
HSV(B) 314.81º 0.73% 0.85% -
XYZ 37.77 20.8 43.62 -
YUV 118.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 216 58 177 0 0.73 0.18 0.15 314.81 0.67 0.54
Hex D8 3A B1 0 49 12 F 13B 43 36
Octal 330 72 261 0 111 22 17 473 103 66
Binary 11011000 111010 10110001 0 1001001 10010 1111 100111011 1000011 110110

Color Harmonies of #D83AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83AB1

Black with #D83AB1

Text Example


Text Example

White with #D83AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83AB1; }

 p { color: rgb(216,58,177); }

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

background-color css

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

 a { background-color: rgb(216,58,177); }

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

border-color css

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

 span { border-color: rgb(216,58,177); }

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