Html Css Color HEX #D63DBF Fuchsia

📋 copy color: '#D63DBF'

red 214 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #D63DBF

Tints of Fuchsia #D63DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.99%

R = 45.92%
G = 13.09%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D63DBF (or 0xD63DBF) is known color: Fuchsia. HEX triplet: D6, 3D and BF. RGB value is (214,61,191). Sum of RGB (Red+Green+Blue) = 214+61+191=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DBF is #29C240. Grayscale: #797979. Windows color (decimal): -2736705 or 12533206. OLE color: 12533206.

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

Color convert

RGB 214 61 191 -
CMYK 0 0.71 0.11 0.16
HSL 309.02º 0.65% 0.54% -
HSV(B) 309.02º 0.71% 0.84% -
XYZ 38.8 21.4 51.37 -
YUV 121.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 214 61 191 0 0.71 0.11 0.16 309.02 0.65 0.54
Hex D6 3D BF 0 47 B 10 135 41 36
Octal 326 75 277 0 107 13 20 465 101 66
Binary 11010110 111101 10111111 0 1000111 1011 10000 100110101 1000001 110110

Color Harmonies of #D63DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DBF

Black with #D63DBF

Text Example


Text Example

White with #D63DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DBF; }

 p { color: rgb(214,61,191); }

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

background-color css

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

 a { background-color: rgb(214,61,191); }

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

border-color css

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

 span { border-color: rgb(214,61,191); }

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