Html Css Color HEX #D83CBA Fuchsia

📋 copy color: '#D83CBA'

red 216 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #D83CBA

Tints of Fuchsia #D83CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

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

R = 46.75%
G = 12.99%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D83CBA (or 0xD83CBA) is known color: Fuchsia. HEX triplet: D8, 3C and BA. RGB value is (216,60,186). Sum of RGB (Red+Green+Blue) = 216+60+186=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CBA is #27C345. Grayscale: #787878. Windows color (decimal): -2605894 or 12205272. OLE color: 12205272.

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

Color convert

RGB 216 60 186 -
CMYK 0 0.72 0.14 0.15
HSL 311.54º 0.67% 0.54% -
HSV(B) 311.54º 0.72% 0.85% -
XYZ 38.8 21.38 48.54 -
YUV 121.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 216 60 186 0 0.72 0.14 0.15 311.54 0.67 0.54
Hex D8 3C BA 0 48 E F 138 43 36
Octal 330 74 272 0 110 16 17 470 103 66
Binary 11011000 111100 10111010 0 1001000 1110 1111 100111000 1000011 110110

Color Harmonies of #D83CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83CBA

Black with #D83CBA

Text Example


Text Example

White with #D83CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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