Html Css Color HEX #D93DBA Fuchsia

📋 copy color: '#D93DBA'

red 217 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #D93DBA

Tints of Fuchsia #D93DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.15%

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

R = 46.77%
G = 13.15%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D93DBA (or 0xD93DBA) is known color: Fuchsia. HEX triplet: D9, 3D and BA. RGB value is (217,61,186). Sum of RGB (Red+Green+Blue) = 217+61+186=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DBA is #26C245. Grayscale: #797979. Windows color (decimal): -2540102 or 12205529. OLE color: 12205529.

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

Color convert

RGB 217 61 186 -
CMYK 0 0.72 0.14 0.15
HSL 311.92º 0.67% 0.55% -
HSV(B) 311.92º 0.72% 0.85% -
XYZ 39.15 21.63 48.57 -
YUV 121.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 217 61 186 0 0.72 0.14 0.15 311.92 0.67 0.55
Hex D9 3D BA 0 48 E F 138 43 37
Octal 331 75 272 0 110 16 17 470 103 67
Binary 11011001 111101 10111010 0 1001000 1110 1111 100111000 1000011 110111

Color Harmonies of #D93DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DBA

Black with #D93DBA

Text Example


Text Example

White with #D93DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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