Html Css Color HEX #D93AC5 Fuchsia

📋 copy color: '#D93AC5'

red 217 ◦ green 58 ◦ blue 197

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

Shades of Fuchsia #D93AC5

Tints of Fuchsia #D93AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 45.97%
G = 12.29%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D93AC5 (or 0xD93AC5) is known color: Fuchsia. HEX triplet: D9, 3A and C5. RGB value is (217,58,197). Sum of RGB (Red+Green+Blue) = 217+58+197=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D93AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93AC5 is #26C53A. Grayscale: #787878. Windows color (decimal): -2540859 or 12925657. OLE color: 12925657.

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

Color convert

RGB 217 58 197 -
CMYK 0 0.73 0.09 0.15
HSL 307.55º 0.68% 0.54% -
HSV(B) 307.55º 0.73% 0.85% -
XYZ 40.21 21.81 54.91 -
YUV 121.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 217 58 197 0 0.73 0.09 0.15 307.55 0.68 0.54
Hex D9 3A C5 0 49 9 F 134 44 36
Octal 331 72 305 0 111 11 17 464 104 66
Binary 11011001 111010 11000101 0 1001001 1001 1111 100110100 1000100 110110

Color Harmonies of #D93AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93AC5

Black with #D93AC5

Text Example


Text Example

White with #D93AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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