Html Css Color HEX #D93BC0 Fuchsia

📋 copy color: '#D93BC0'

red 217 ◦ green 59 ◦ blue 192

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

Shades of Fuchsia #D93BC0

Tints of Fuchsia #D93BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.61%

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 46.37%
G = 12.61%
B = 41.03%

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

#D93BC0 (or 0xD93BC0) is known color: Fuchsia. HEX triplet: D9, 3B and C0. RGB value is (217,59,192). Sum of RGB (Red+Green+Blue) = 217+59+192=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BC0 is #26C43F. Grayscale: #797979. Windows color (decimal): -2540608 or 12598233. OLE color: 12598233.

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

Color convert

RGB 217 59 192 -
CMYK 0 0.73 0.12 0.15
HSL 309.49º 0.68% 0.54% -
HSV(B) 309.49º 0.73% 0.85% -
XYZ 39.69 21.69 51.96 -
YUV 121.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 217 59 192 0 0.73 0.12 0.15 309.49 0.68 0.54
Hex D9 3B C0 0 49 C F 135 44 36
Octal 331 73 300 0 111 14 17 465 104 66
Binary 11011001 111011 11000000 0 1001001 1100 1111 100110101 1000100 110110

Color Harmonies of #D93BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93BC0

Black with #D93BC0

Text Example


Text Example

White with #D93BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93BC0; }

 p { color: rgb(217,59,192); }

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

background-color css

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

 a { background-color: rgb(217,59,192); }

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

border-color css

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

 span { border-color: rgb(217,59,192); }

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