Html Css Color HEX #D63BBE Fuchsia

📋 copy color: '#D63BBE'

red 214 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #D63BBE

Tints of Fuchsia #D63BBE

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

 GREEN value IS 59 (23.44% from 255) = 12.74%

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

R = 46.22%
G = 12.74%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D63BBE (or 0xD63BBE) is known color: Fuchsia. HEX triplet: D6, 3B and BE. RGB value is (214,59,190). Sum of RGB (Red+Green+Blue) = 214+59+190=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BBE is #29C441. Grayscale: #777777. Windows color (decimal): -2737218 or 12467158. OLE color: 12467158.

HSL color Cylindrical-coordinate representation of color #D63BBE: hue angle of 309.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63BBE is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 59 190 -
CMYK 0 0.72 0.11 0.16
HSL 309.29º 0.65% 0.54% -
HSV(B) 309.29º 0.72% 0.84% -
XYZ 38.59 21.14 50.76 -
YUV 120.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 214 59 190 0 0.72 0.11 0.16 309.29 0.65 0.54
Hex D6 3B BE 0 48 B 10 135 41 36
Octal 326 73 276 0 110 13 20 465 101 66
Binary 11010110 111011 10111110 0 1001000 1011 10000 100110101 1000001 110110

Color Harmonies of #D63BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63BBE

Black with #D63BBE

Text Example


Text Example

White with #D63BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63BBE; }

 p { color: rgb(214,59,190); }

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

background-color css

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

 a { background-color: rgb(214,59,190); }

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

border-color css

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

 span { border-color: rgb(214,59,190); }

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