Html Css Color HEX #D63CCA Fuchsia

📋 copy color: '#D63CCA'

red 214 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #D63CCA

Tints of Fuchsia #D63CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 44.96%
G = 12.61%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D63CCA (or 0xD63CCA) is known color: Fuchsia. HEX triplet: D6, 3C and CA. RGB value is (214,60,202). Sum of RGB (Red+Green+Blue) = 214+60+202=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CCA is #29C335. Grayscale: #797979. Windows color (decimal): -2736950 or 13253846. OLE color: 13253846.

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

Color convert

RGB 214 60 202 -
CMYK 0 0.72 0.06 0.16
HSL 304.68º 0.65% 0.54% -
HSV(B) 304.68º 0.72% 0.84% -
XYZ 40.01 21.79 57.97 -
YUV 122.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 214 60 202 0 0.72 0.06 0.16 304.68 0.65 0.54
Hex D6 3C CA 0 48 6 10 131 41 36
Octal 326 74 312 0 110 6 20 461 101 66
Binary 11010110 111100 11001010 0 1001000 110 10000 100110001 1000001 110110

Color Harmonies of #D63CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CCA

Black with #D63CCA

Text Example


Text Example

White with #D63CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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