Html Css Color HEX #D63CB5 Fuchsia

📋 copy color: '#D63CB5'

red 214 ◦ green 60 ◦ blue 181

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

Shades of Fuchsia #D63CB5

Tints of Fuchsia #D63CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 47.03%
G = 13.19%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D63CB5 (or 0xD63CB5) is known color: Fuchsia. HEX triplet: D6, 3C and B5. RGB value is (214,60,181). Sum of RGB (Red+Green+Blue) = 214+60+181=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CB5 is #29C34A. Grayscale: #777777. Windows color (decimal): -2736971 or 11877590. OLE color: 11877590.

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

Color convert

RGB 214 60 181 -
CMYK 0 0.72 0.15 0.16
HSL 312.86º 0.65% 0.54% -
HSV(B) 312.86º 0.72% 0.84% -
XYZ 37.69 20.86 45.76 -
YUV 119.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 214 60 181 0 0.72 0.15 0.16 312.86 0.65 0.54
Hex D6 3C B5 0 48 F 10 139 41 36
Octal 326 74 265 0 110 17 20 471 101 66
Binary 11010110 111100 10110101 0 1001000 1111 10000 100111001 1000001 110110

Color Harmonies of #D63CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CB5

Black with #D63CB5

Text Example


Text Example

White with #D63CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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