Html Css Color HEX #D83DB2 Fuchsia

📋 copy color: '#D83DB2'

red 216 ◦ green 61 ◦ blue 178

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

Shades of Fuchsia #D83DB2

Tints of Fuchsia #D83DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 47.47%
G = 13.41%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D83DB2 (or 0xD83DB2) is known color: Fuchsia. HEX triplet: D8, 3D and B2. RGB value is (216,61,178). Sum of RGB (Red+Green+Blue) = 216+61+178=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83DB2 is #27C24D. Grayscale: #787878. Windows color (decimal): -2605646 or 11681240. OLE color: 11681240.

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

Color convert

RGB 216 61 178 -
CMYK 0 0.72 0.18 0.15
HSL 314.71º 0.67% 0.54% -
HSV(B) 314.71º 0.72% 0.85% -
XYZ 38.02 21.15 44.2 -
YUV 120.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 216 61 178 0 0.72 0.18 0.15 314.71 0.67 0.54
Hex D8 3D B2 0 48 12 F 13B 43 36
Octal 330 75 262 0 110 22 17 473 103 66
Binary 11011000 111101 10110010 0 1001000 10010 1111 100111011 1000011 110110

Color Harmonies of #D83DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83DB2

Black with #D83DB2

Text Example


Text Example

White with #D83DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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