Html Css Color HEX #D83DC0 Fuchsia

📋 copy color: '#D83DC0'

red 216 ◦ green 61 ◦ blue 192

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

Shades of Fuchsia #D83DC0

Tints of Fuchsia #D83DC0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.01%

 BLUE value IS 192 (75.39% from 255) = 40.94%

R = 46.06%
G = 13.01%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D83DC0 (or 0xD83DC0) is known color: Fuchsia. HEX triplet: D8, 3D and C0. RGB value is (216,61,192). Sum of RGB (Red+Green+Blue) = 216+61+192=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DC0 is #27C23F. Grayscale: #797979. Windows color (decimal): -2605632 or 12598744. OLE color: 12598744.

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

Color convert

RGB 216 61 192 -
CMYK 0 0.72 0.11 0.15
HSL 309.29º 0.67% 0.54% -
HSV(B) 309.29º 0.72% 0.85% -
XYZ 39.5 21.74 51.98 -
YUV 122.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 216 61 192 0 0.72 0.11 0.15 309.29 0.67 0.54
Hex D8 3D C0 0 48 B F 135 43 36
Octal 330 75 300 0 110 13 17 465 103 66
Binary 11011000 111101 11000000 0 1001000 1011 1111 100110101 1000011 110110

Color Harmonies of #D83DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83DC0

Black with #D83DC0

Text Example


Text Example

White with #D83DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83DC0; }

 p { color: rgb(216,61,192); }

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

background-color css

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

 a { background-color: rgb(216,61,192); }

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

border-color css

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

 span { border-color: rgb(216,61,192); }

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