Html Css Color HEX #D53ABF Fuchsia

📋 copy color: '#D53ABF'

red 213 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #D53ABF

Tints of Fuchsia #D53ABF

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

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

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

R = 46.1%
G = 12.55%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D53ABF (or 0xD53ABF) is known color: Fuchsia. HEX triplet: D5, 3A and BF. RGB value is (213,58,191). Sum of RGB (Red+Green+Blue) = 213+58+191=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D53ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53ABF is #2AC540. Grayscale: #777777. Windows color (decimal): -2803009 or 12532437. OLE color: 12532437.

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

Color convert

RGB 213 58 191 -
CMYK 0 0.73 0.10 0.16
HSL 308.52º 0.65% 0.53% -
HSV(B) 308.52º 0.73% 0.84% -
XYZ 38.36 20.93 51.31 -
YUV 119.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 213 58 191 0 0.73 0.10 0.16 308.52 0.65 0.53
Hex D5 3A BF 0 49 A 10 135 41 35
Octal 325 72 277 0 111 12 20 465 101 65
Binary 11010101 111010 10111111 0 1001001 1010 10000 100110101 1000001 110101

Color Harmonies of #D53ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53ABF

Black with #D53ABF

Text Example


Text Example

White with #D53ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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