Html Css Color HEX #D93DB0 Fuchsia

📋 copy color: '#D93DB0'

red 217 ◦ green 61 ◦ blue 176

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

Shades of Fuchsia #D93DB0

Tints of Fuchsia #D93DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 47.8%
G = 13.44%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D93DB0 (or 0xD93DB0) is known color: Fuchsia. HEX triplet: D9, 3D and B0. RGB value is (217,61,176). Sum of RGB (Red+Green+Blue) = 217+61+176=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DB0 is #26C24F. Grayscale: #787878. Windows color (decimal): -2540112 or 11550169. OLE color: 11550169.

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

Color convert

RGB 217 61 176 -
CMYK 0 0.72 0.19 0.15
HSL 315.77º 0.67% 0.55% -
HSV(B) 315.77º 0.72% 0.85% -
XYZ 38.12 21.22 43.16 -
YUV 120.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 217 61 176 0 0.72 0.19 0.15 315.77 0.67 0.55
Hex D9 3D B0 0 48 13 F 13C 43 37
Octal 331 75 260 0 110 23 17 474 103 67
Binary 11011001 111101 10110000 0 1001000 10011 1111 100111100 1000011 110111

Color Harmonies of #D93DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DB0

Black with #D93DB0

Text Example


Text Example

White with #D93DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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