Html Css Color HEX #D93ABA Fuchsia

📋 copy color: '#D93ABA'

red 217 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #D93ABA

Tints of Fuchsia #D93ABA

RGB

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

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

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

R = 47.07%
G = 12.58%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D93ABA (or 0xD93ABA) is known color: Fuchsia. HEX triplet: D9, 3A and BA. RGB value is (217,58,186). Sum of RGB (Red+Green+Blue) = 217+58+186=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D93ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93ABA is #26C545. Grayscale: #777777. Windows color (decimal): -2540870 or 12204761. OLE color: 12204761.

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

Color convert

RGB 217 58 186 -
CMYK 0 0.73 0.14 0.15
HSL 311.7º 0.68% 0.54% -
HSV(B) 311.7º 0.73% 0.85% -
XYZ 38.99 21.32 48.52 -
YUV 120.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 217 58 186 0 0.73 0.14 0.15 311.7 0.68 0.54
Hex D9 3A BA 0 49 E F 138 44 36
Octal 331 72 272 0 111 16 17 470 104 66
Binary 11011001 111010 10111010 0 1001001 1110 1111 100111000 1000100 110110

Color Harmonies of #D93ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93ABA

Black with #D93ABA

Text Example


Text Example

White with #D93ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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