Html Css Color HEX #D63CC8 Fuchsia

📋 copy color: '#D63CC8'

red 214 ◦ green 60 ◦ blue 200

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

Shades of Fuchsia #D63CC8

Tints of Fuchsia #D63CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 45.15%
G = 12.66%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D63CC8 (or 0xD63CC8) is known color: Fuchsia. HEX triplet: D6, 3C and C8. RGB value is (214,60,200). Sum of RGB (Red+Green+Blue) = 214+60+200=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CC8 is #29C337. Grayscale: #797979. Windows color (decimal): -2736952 or 13122774. OLE color: 13122774.

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

Color convert

RGB 214 60 200 -
CMYK 0 0.72 0.07 0.16
HSL 305.45º 0.65% 0.54% -
HSV(B) 305.45º 0.72% 0.84% -
XYZ 39.77 21.7 56.74 -
YUV 122.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 214 60 200 0 0.72 0.07 0.16 305.45 0.65 0.54
Hex D6 3C C8 0 48 7 10 131 41 36
Octal 326 74 310 0 110 7 20 461 101 66
Binary 11010110 111100 11001000 0 1001000 111 10000 100110001 1000001 110110

Color Harmonies of #D63CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CC8

Black with #D63CC8

Text Example


Text Example

White with #D63CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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