Html Css Color HEX #D63ABF Fuchsia

📋 copy color: '#D63ABF'

red 214 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #D63ABF

Tints of Fuchsia #D63ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 46.22%
G = 12.53%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D63ABF (or 0xD63ABF) is known color: Fuchsia. HEX triplet: D6, 3A and BF. RGB value is (214,58,191). Sum of RGB (Red+Green+Blue) = 214+58+191=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ABF is #29C540. Grayscale: #777777. Windows color (decimal): -2737473 or 12532438. OLE color: 12532438.

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

Color convert

RGB 214 58 191 -
CMYK 0 0.73 0.11 0.16
HSL 308.85º 0.66% 0.53% -
HSV(B) 308.85º 0.73% 0.84% -
XYZ 38.65 21.08 51.32 -
YUV 119.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 214 58 191 0 0.73 0.11 0.16 308.85 0.66 0.53
Hex D6 3A BF 0 49 B 10 135 42 35
Octal 326 72 277 0 111 13 20 465 102 65
Binary 11010110 111010 10111111 0 1001001 1011 10000 100110101 1000010 110101

Color Harmonies of #D63ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ABF

Black with #D63ABF

Text Example


Text Example

White with #D63ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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