Html Css Color HEX #D83BBA Fuchsia

📋 copy color: '#D83BBA'

red 216 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #D83BBA

Tints of Fuchsia #D83BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 46.85%
G = 12.8%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D83BBA (or 0xD83BBA) is known color: Fuchsia. HEX triplet: D8, 3B and BA. RGB value is (216,59,186). Sum of RGB (Red+Green+Blue) = 216+59+186=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BBA is #27C445. Grayscale: #787878. Windows color (decimal): -2606150 or 12205016. OLE color: 12205016.

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

Color convert

RGB 216 59 186 -
CMYK 0 0.73 0.14 0.15
HSL 311.47º 0.67% 0.54% -
HSV(B) 311.47º 0.73% 0.85% -
XYZ 38.75 21.27 48.52 -
YUV 120.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 216 59 186 0 0.73 0.14 0.15 311.47 0.67 0.54
Hex D8 3B BA 0 49 E F 137 43 36
Octal 330 73 272 0 111 16 17 467 103 66
Binary 11011000 111011 10111010 0 1001001 1110 1111 100110111 1000011 110110

Color Harmonies of #D83BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83BBA

Black with #D83BBA

Text Example


Text Example

White with #D83BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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