Html Css Color HEX #D63CBA Fuchsia

📋 copy color: '#D63CBA'

red 214 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #D63CBA

Tints of Fuchsia #D63CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 46.52%
G = 13.04%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D63CBA (or 0xD63CBA) is known color: Fuchsia. HEX triplet: D6, 3C and BA. RGB value is (214,60,186). Sum of RGB (Red+Green+Blue) = 214+60+186=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CBA is #29C345. Grayscale: #787878. Windows color (decimal): -2736966 or 12205270. OLE color: 12205270.

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

Color convert

RGB 214 60 186 -
CMYK 0 0.72 0.13 0.16
HSL 310.91º 0.65% 0.54% -
HSV(B) 310.91º 0.72% 0.84% -
XYZ 38.21 21.07 48.51 -
YUV 120.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 214 60 186 0 0.72 0.13 0.16 310.91 0.65 0.54
Hex D6 3C BA 0 48 D 10 137 41 36
Octal 326 74 272 0 110 15 20 467 101 66
Binary 11010110 111100 10111010 0 1001000 1101 10000 100110111 1000001 110110

Color Harmonies of #D63CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CBA

Black with #D63CBA

Text Example


Text Example

White with #D63CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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