Html Css Color HEX #D63ABA Fuchsia

📋 copy color: '#D63ABA'

red 214 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #D63ABA

Tints of Fuchsia #D63ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

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

R = 46.72%
G = 12.66%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D63ABA (or 0xD63ABA) is known color: Fuchsia. HEX triplet: D6, 3A and BA. RGB value is (214,58,186). Sum of RGB (Red+Green+Blue) = 214+58+186=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ABA is #29C545. Grayscale: #767676. Windows color (decimal): -2737478 or 12204758. OLE color: 12204758.

HSL color Cylindrical-coordinate representation of color #D63ABA: hue angle of 310.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63ABA is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 186 -
CMYK 0 0.73 0.13 0.16
HSL 310.77º 0.66% 0.53% -
HSV(B) 310.77º 0.73% 0.84% -
XYZ 38.11 20.87 48.47 -
YUV 119.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 214 58 186 0 0.73 0.13 0.16 310.77 0.66 0.53
Hex D6 3A BA 0 49 D 10 137 42 35
Octal 326 72 272 0 111 15 20 467 102 65
Binary 11010110 111010 10111010 0 1001001 1101 10000 100110111 1000010 110101

Color Harmonies of #D63ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ABA

Black with #D63ABA

Text Example


Text Example

White with #D63ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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