Html Css Color HEX #D93AC1 Fuchsia

📋 copy color: '#D93AC1'

red 217 ◦ green 58 ◦ blue 193

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

Shades of Fuchsia #D93AC1

Tints of Fuchsia #D93AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 46.37%
G = 12.39%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D93AC1 (or 0xD93AC1) is known color: Fuchsia. HEX triplet: D9, 3A and C1. RGB value is (217,58,193). Sum of RGB (Red+Green+Blue) = 217+58+193=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AC1 is #26C53E. Grayscale: #787878. Windows color (decimal): -2540863 or 12663513. OLE color: 12663513.

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

Color convert

RGB 217 58 193 -
CMYK 0 0.73 0.11 0.15
HSL 309.06º 0.68% 0.54% -
HSV(B) 309.06º 0.73% 0.85% -
XYZ 39.75 21.63 52.53 -
YUV 120.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 217 58 193 0 0.73 0.11 0.15 309.06 0.68 0.54
Hex D9 3A C1 0 49 B F 135 44 36
Octal 331 72 301 0 111 13 17 465 104 66
Binary 11011001 111010 11000001 0 1001001 1011 1111 100110101 1000100 110110

Color Harmonies of #D93AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AC1

Black with #D93AC1

Text Example


Text Example

White with #D93AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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