Html Css Color HEX #D93EBA Fuchsia

📋 copy color: '#D93EBA'

red 217 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #D93EBA

Tints of Fuchsia #D93EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.33%

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

R = 46.67%
G = 13.33%
B = 40%

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

#D93EBA (or 0xD93EBA) is known color: Fuchsia. HEX triplet: D9, 3E and BA. RGB value is (217,62,186). Sum of RGB (Red+Green+Blue) = 217+62+186=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EBA is #26C145. Grayscale: #7A7A7A. Windows color (decimal): -2539846 or 12205785. OLE color: 12205785.

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

Color convert

RGB 217 62 186 -
CMYK 0 0.71 0.14 0.15
HSL 312º 0.67% 0.55% -
HSV(B) 312º 0.71% 0.85% -
XYZ 39.2 21.74 48.58 -
YUV 122.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 217 62 186 0 0.71 0.14 0.15 312 0.67 0.55
Hex D9 3E BA 0 47 E F 138 43 37
Octal 331 76 272 0 107 16 17 470 103 67
Binary 11011001 111110 10111010 0 1000111 1110 1111 100111000 1000011 110111

Color Harmonies of #D93EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EBA

Black with #D93EBA

Text Example


Text Example

White with #D93EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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