Html Css Color HEX #D55DB0 Fuchsia

📋 copy color: '#D55DB0'

red 213 ◦ green 93 ◦ blue 176

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

Shades of Fuchsia #D55DB0

Tints of Fuchsia #D55DB0

RGB

 RED value IS 213 (83.59% from 255) = 44.19%

 GREEN value IS 93 (36.72% from 255) = 19.29%

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

R = 44.19%
G = 19.29%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D55DB0 (or 0xD55DB0) is known color: Fuchsia. HEX triplet: D5, 5D and B0. RGB value is (213,93,176). Sum of RGB (Red+Green+Blue) = 213+93+176=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55DB0 is #2AA24F. Grayscale: #8A8A8A. Windows color (decimal): -2794064 or 11558357. OLE color: 11558357.

HSL color Cylindrical-coordinate representation of color #D55DB0: hue angle of 318.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DB0 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 176 -
CMYK 0 0.56 0.17 0.16
HSL 318.5º 0.59% 0.6% -
HSV(B) 318.5º 0.56% 0.84% -
XYZ 39.19 25.11 43.86 -
YUV 138.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 213 93 176 0 0.56 0.17 0.16 318.5 0.59 0.6
Hex D5 5D B0 0 38 11 10 13E 3B 3C
Octal 325 135 260 0 70 21 20 476 73 74
Binary 11010101 1011101 10110000 0 111000 10001 10000 100111110 111011 111100

Color Harmonies of #D55DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DB0

Black with #D55DB0

Text Example


Text Example

White with #D55DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DB0; }

 p { color: rgb(213,93,176); }

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

background-color css

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

 a { background-color: rgb(213,93,176); }

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

border-color css

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

 span { border-color: rgb(213,93,176); }

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