Html Css Color HEX #D63DCE Fuchsia

📋 copy color: '#D63DCE'

red 214 ◦ green 61 ◦ blue 206

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

Shades of Fuchsia #D63DCE

Tints of Fuchsia #D63DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 44.49%
G = 12.68%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D63DCE (or 0xD63DCE) is known color: Fuchsia. HEX triplet: D6, 3D and CE. RGB value is (214,61,206). Sum of RGB (Red+Green+Blue) = 214+61+206=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DCE is #29C231. Grayscale: #7A7A7A. Windows color (decimal): -2736690 or 13516246. OLE color: 13516246.

HSL color Cylindrical-coordinate representation of color #D63DCE: hue angle of 303.14º 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 #D63DCE is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 206 -
CMYK 0 0.71 0.04 0.16
HSL 303.14º 0.65% 0.54% -
HSV(B) 303.14º 0.71% 0.84% -
XYZ 40.54 22.09 60.52 -
YUV 123.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 214 61 206 0 0.71 0.04 0.16 303.14 0.65 0.54
Hex D6 3D CE 0 47 4 10 12F 41 36
Octal 326 75 316 0 107 4 20 457 101 66
Binary 11010110 111101 11001110 0 1000111 100 10000 100101111 1000001 110110

Color Harmonies of #D63DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DCE

Black with #D63DCE

Text Example


Text Example

White with #D63DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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