Html Css Color HEX #D63CCE Fuchsia

📋 copy color: '#D63CCE'

red 214 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #D63CCE

Tints of Fuchsia #D63CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.5%

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

R = 44.58%
G = 12.5%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D63CCE (or 0xD63CCE) is known color: Fuchsia. HEX triplet: D6, 3C and CE. RGB value is (214,60,206). Sum of RGB (Red+Green+Blue) = 214+60+206=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CCE is #29C331. Grayscale: #7A7A7A. Windows color (decimal): -2736946 or 13515990. OLE color: 13515990.

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

Color convert

RGB 214 60 206 -
CMYK 0 0.72 0.04 0.16
HSL 303.12º 0.65% 0.54% -
HSV(B) 303.12º 0.72% 0.84% -
XYZ 40.49 21.98 60.5 -
YUV 122.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 214 60 206 0 0.72 0.04 0.16 303.12 0.65 0.54
Hex D6 3C CE 0 48 4 10 12F 41 36
Octal 326 74 316 0 110 4 20 457 101 66
Binary 11010110 111100 11001110 0 1001000 100 10000 100101111 1000001 110110

Color Harmonies of #D63CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CCE

Black with #D63CCE

Text Example


Text Example

White with #D63CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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