Html Css Color HEX #D93ABF Fuchsia

📋 copy color: '#D93ABF'

red 217 ◦ green 58 ◦ blue 191

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

Shades of Fuchsia #D93ABF

Tints of Fuchsia #D93ABF

RGB

 RED value IS 217 (85.16% from 255) = 46.57%

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

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

R = 46.57%
G = 12.45%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D93ABF (or 0xD93ABF) is known color: Fuchsia. HEX triplet: D9, 3A and BF. RGB value is (217,58,191). Sum of RGB (Red+Green+Blue) = 217+58+191=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D93ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93ABF is #26C540. Grayscale: #787878. Windows color (decimal): -2540865 or 12532441. OLE color: 12532441.

HSL color Cylindrical-coordinate representation of color #D93ABF: hue angle of 309.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93ABF is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 191 -
CMYK 0 0.73 0.12 0.15
HSL 309.81º 0.68% 0.54% -
HSV(B) 309.81º 0.73% 0.85% -
XYZ 39.53 21.54 51.36 -
YUV 120.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 217 58 191 0 0.73 0.12 0.15 309.81 0.68 0.54
Hex D9 3A BF 0 49 C F 136 44 36
Octal 331 72 277 0 111 14 17 466 104 66
Binary 11011001 111010 10111111 0 1001001 1100 1111 100110110 1000100 110110

Color Harmonies of #D93ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93ABF

Black with #D93ABF

Text Example


Text Example

White with #D93ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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