Html Css Color HEX #D83BB1 Fuchsia

📋 copy color: '#D83BB1'

red 216 ◦ green 59 ◦ blue 177

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

Shades of Fuchsia #D83BB1

Tints of Fuchsia #D83BB1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.05%

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

R = 47.79%
G = 13.05%
B = 39.16%

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

#D83BB1 (or 0xD83BB1) is known color: Fuchsia. HEX triplet: D8, 3B and B1. RGB value is (216,59,177). Sum of RGB (Red+Green+Blue) = 216+59+177=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83BB1 is #27C44E. Grayscale: #777777. Windows color (decimal): -2606159 or 11615192. OLE color: 11615192.

HSL color Cylindrical-coordinate representation of color #D83BB1: hue angle of 314.9º 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 #D83BB1 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 59 177 -
CMYK 0 0.73 0.18 0.15
HSL 314.9º 0.67% 0.54% -
HSV(B) 314.9º 0.73% 0.85% -
XYZ 37.82 20.9 43.64 -
YUV 119.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 216 59 177 0 0.73 0.18 0.15 314.9 0.67 0.54
Hex D8 3B B1 0 49 12 F 13B 43 36
Octal 330 73 261 0 111 22 17 473 103 66
Binary 11011000 111011 10110001 0 1001001 10010 1111 100111011 1000011 110110

Color Harmonies of #D83BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83BB1

Black with #D83BB1

Text Example


Text Example

White with #D83BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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