Html Css Color HEX #D83AC2 Fuchsia

📋 copy color: '#D83AC2'

red 216 ◦ green 58 ◦ blue 194

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

Shades of Fuchsia #D83AC2

Tints of Fuchsia #D83AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 46.15%
G = 12.39%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D83AC2 (or 0xD83AC2) is known color: Fuchsia. HEX triplet: D8, 3A and C2. RGB value is (216,58,194). Sum of RGB (Red+Green+Blue) = 216+58+194=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D83AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83AC2 is #27C53D. Grayscale: #787878. Windows color (decimal): -2606398 or 12729048. OLE color: 12729048.

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

Color convert

RGB 216 58 194 -
CMYK 0 0.73 0.10 0.15
HSL 308.35º 0.67% 0.54% -
HSV(B) 308.35º 0.73% 0.85% -
XYZ 39.57 21.52 53.11 -
YUV 120.75 169.35 195.94 -
System Red Green Blue C M Y K H S L
Decimal 216 58 194 0 0.73 0.10 0.15 308.35 0.67 0.54
Hex D8 3A C2 0 49 A F 134 43 36
Octal 330 72 302 0 111 12 17 464 103 66
Binary 11011000 111010 11000010 0 1001001 1010 1111 100110100 1000011 110110

Color Harmonies of #D83AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83AC2

Black with #D83AC2

Text Example


Text Example

White with #D83AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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