Html Css Color HEX #D93FBA Fuchsia

📋 copy color: '#D93FBA'

red 217 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #D93FBA

Tints of Fuchsia #D93FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.52%

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

R = 46.57%
G = 13.52%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D93FBA (or 0xD93FBA) is known color: Fuchsia. HEX triplet: D9, 3F and BA. RGB value is (217,63,186). Sum of RGB (Red+Green+Blue) = 217+63+186=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FBA is #26C045. Grayscale: #7A7A7A. Windows color (decimal): -2539590 or 12206041. OLE color: 12206041.

HSL color Cylindrical-coordinate representation of color #D93FBA: hue angle of 312.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FBA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 63 186 -
CMYK 0 0.71 0.14 0.15
HSL 312.08º 0.67% 0.55% -
HSV(B) 312.08º 0.71% 0.85% -
XYZ 39.26 21.85 48.6 -
YUV 123.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 217 63 186 0 0.71 0.14 0.15 312.08 0.67 0.55
Hex D9 3F BA 0 47 E F 138 43 37
Octal 331 77 272 0 107 16 17 470 103 67
Binary 11011001 111111 10111010 0 1000111 1110 1111 100111000 1000011 110111

Color Harmonies of #D93FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FBA

Black with #D93FBA

Text Example


Text Example

White with #D93FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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