Html Css Color HEX #D83DBE Fuchsia

📋 copy color: '#D83DBE'

red 216 ◦ green 61 ◦ blue 190

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

Shades of Fuchsia #D83DBE

Tints of Fuchsia #D83DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 46.25%
G = 13.06%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D83DBE (or 0xD83DBE) is known color: Fuchsia. HEX triplet: D8, 3D and BE. RGB value is (216,61,190). Sum of RGB (Red+Green+Blue) = 216+61+190=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DBE is #27C241. Grayscale: #797979. Windows color (decimal): -2605634 or 12467672. OLE color: 12467672.

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

Color convert

RGB 216 61 190 -
CMYK 0 0.72 0.12 0.15
HSL 310.06º 0.67% 0.54% -
HSV(B) 310.06º 0.72% 0.85% -
XYZ 39.28 21.65 50.82 -
YUV 122.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 216 61 190 0 0.72 0.12 0.15 310.06 0.67 0.54
Hex D8 3D BE 0 48 C F 136 43 36
Octal 330 75 276 0 110 14 17 466 103 66
Binary 11011000 111101 10111110 0 1001000 1100 1111 100110110 1000011 110110

Color Harmonies of #D83DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83DBE

Black with #D83DBE

Text Example


Text Example

White with #D83DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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