Html Css Color HEX #D63DC9 Fuchsia

📋 copy color: '#D63DC9'

red 214 ◦ green 61 ◦ blue 201

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

Shades of Fuchsia #D63DC9

Tints of Fuchsia #D63DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.82%

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 44.96%
G = 12.82%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D63DC9 (or 0xD63DC9) is known color: Fuchsia. HEX triplet: D6, 3D and C9. RGB value is (214,61,201). Sum of RGB (Red+Green+Blue) = 214+61+201=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DC9 is #29C236. Grayscale: #7A7A7A. Windows color (decimal): -2736695 or 13188566. OLE color: 13188566.

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

Color convert

RGB 214 61 201 -
CMYK 0 0.71 0.06 0.16
HSL 305.1º 0.65% 0.54% -
HSV(B) 305.1º 0.71% 0.84% -
XYZ 39.94 21.85 57.37 -
YUV 122.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 214 61 201 0 0.71 0.06 0.16 305.1 0.65 0.54
Hex D6 3D C9 0 47 6 10 131 41 36
Octal 326 75 311 0 107 6 20 461 101 66
Binary 11010110 111101 11001001 0 1000111 110 10000 100110001 1000001 110110

Color Harmonies of #D63DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DC9

Black with #D63DC9

Text Example


Text Example

White with #D63DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DC9; }

 p { color: rgb(214,61,201); }

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

background-color css

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

 a { background-color: rgb(214,61,201); }

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

border-color css

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

 span { border-color: rgb(214,61,201); }

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