Html Css Color HEX #D93BBA Fuchsia

📋 copy color: '#D93BBA'

red 217 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #D93BBA

Tints of Fuchsia #D93BBA

RGB

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

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

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

R = 46.97%
G = 12.77%
B = 40.26%

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

#D93BBA (or 0xD93BBA) is known color: Fuchsia. HEX triplet: D9, 3B and BA. RGB value is (217,59,186). Sum of RGB (Red+Green+Blue) = 217+59+186=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93BBA is #26C445. Grayscale: #787878. Windows color (decimal): -2540614 or 12205017. OLE color: 12205017.

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

Color convert

RGB 217 59 186 -
CMYK 0 0.73 0.14 0.15
HSL 311.77º 0.68% 0.54% -
HSV(B) 311.77º 0.73% 0.85% -
XYZ 39.04 21.42 48.53 -
YUV 120.72 164.85 196.67 -
System Red Green Blue C M Y K H S L
Decimal 217 59 186 0 0.73 0.14 0.15 311.77 0.68 0.54
Hex D9 3B BA 0 49 E F 138 44 36
Octal 331 73 272 0 111 16 17 470 104 66
Binary 11011001 111011 10111010 0 1001001 1110 1111 100111000 1000100 110110

Color Harmonies of #D93BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93BBA

Black with #D93BBA

Text Example


Text Example

White with #D93BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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