Html Css Color HEX #D63CCD Fuchsia

📋 copy color: '#D63CCD'

red 214 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #D63CCD

Tints of Fuchsia #D63CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 44.68%
G = 12.53%
B = 42.8%

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

#D63CCD (or 0xD63CCD) is known color: Fuchsia. HEX triplet: D6, 3C and CD. RGB value is (214,60,205). Sum of RGB (Red+Green+Blue) = 214+60+205=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CCD is #29C332. Grayscale: #7A7A7A. Windows color (decimal): -2736947 or 13450454. OLE color: 13450454.

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

Color convert

RGB 214 60 205 -
CMYK 0 0.72 0.04 0.16
HSL 303.51º 0.65% 0.54% -
HSV(B) 303.51º 0.72% 0.84% -
XYZ 40.37 21.94 59.86 -
YUV 122.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 214 60 205 0 0.72 0.04 0.16 303.51 0.65 0.54
Hex D6 3C CD 0 48 4 10 130 41 36
Octal 326 74 315 0 110 4 20 460 101 66
Binary 11010110 111100 11001101 0 1001000 100 10000 100110000 1000001 110110

Color Harmonies of #D63CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CCD

Black with #D63CCD

Text Example


Text Example

White with #D63CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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