Html Css Color HEX #D63ECC Fuchsia

📋 copy color: '#D63ECC'

red 214 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #D63ECC

Tints of Fuchsia #D63ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.92%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 44.58%
G = 12.92%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D63ECC (or 0xD63ECC) is known color: Fuchsia. HEX triplet: D6, 3E and CC. RGB value is (214,62,204). Sum of RGB (Red+Green+Blue) = 214+62+204=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ECC is #29C133. Grayscale: #7B7B7B. Windows color (decimal): -2736436 or 13385430. OLE color: 13385430.

HSL color Cylindrical-coordinate representation of color #D63ECC: hue angle of 303.95º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63ECC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 204 -
CMYK 0 0.71 0.05 0.16
HSL 303.95º 0.65% 0.54% -
HSV(B) 303.95º 0.71% 0.84% -
XYZ 40.35 22.1 59.27 -
YUV 123.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 214 62 204 0 0.71 0.05 0.16 303.95 0.65 0.54
Hex D6 3E CC 0 47 5 10 130 41 36
Octal 326 76 314 0 107 5 20 460 101 66
Binary 11010110 111110 11001100 0 1000111 101 10000 100110000 1000001 110110

Color Harmonies of #D63ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ECC

Black with #D63ECC

Text Example


Text Example

White with #D63ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ECC; }

 p { color: rgb(214,62,204); }

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

background-color css

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

 a { background-color: rgb(214,62,204); }

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

border-color css

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

 span { border-color: rgb(214,62,204); }

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