Html Css Color HEX #D63CC4 Fuchsia

📋 copy color: '#D63CC4'

red 214 ◦ green 60 ◦ blue 196

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

Shades of Fuchsia #D63CC4

Tints of Fuchsia #D63CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 45.53%
G = 12.77%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D63CC4 (or 0xD63CC4) is known color: Fuchsia. HEX triplet: D6, 3C and C4. RGB value is (214,60,196). Sum of RGB (Red+Green+Blue) = 214+60+196=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CC4 is #29C33B. Grayscale: #797979. Windows color (decimal): -2736956 or 12860630. OLE color: 12860630.

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

Color convert

RGB 214 60 196 -
CMYK 0 0.72 0.08 0.16
HSL 307.01º 0.65% 0.54% -
HSV(B) 307.01º 0.72% 0.84% -
XYZ 39.31 21.51 54.31 -
YUV 121.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 214 60 196 0 0.72 0.08 0.16 307.01 0.65 0.54
Hex D6 3C C4 0 48 8 10 133 41 36
Octal 326 74 304 0 110 10 20 463 101 66
Binary 11010110 111100 11000100 0 1001000 1000 10000 100110011 1000001 110110

Color Harmonies of #D63CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CC4

Black with #D63CC4

Text Example


Text Example

White with #D63CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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