Html Css Color HEX #D55AB0 Fuchsia

📋 copy color: '#D55AB0'

red 213 ◦ green 90 ◦ blue 176

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

Shades of Fuchsia #D55AB0

Tints of Fuchsia #D55AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

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

R = 44.47%
G = 18.79%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D55AB0 (or 0xD55AB0) is known color: Fuchsia. HEX triplet: D5, 5A and B0. RGB value is (213,90,176). Sum of RGB (Red+Green+Blue) = 213+90+176=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AB0 is #2AA54F. Grayscale: #888888. Windows color (decimal): -2794832 or 11557589. OLE color: 11557589.

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

Color convert

RGB 213 90 176 -
CMYK 0 0.58 0.17 0.16
HSL 318.05º 0.59% 0.59% -
HSV(B) 318.05º 0.58% 0.84% -
XYZ 38.93 24.59 43.77 -
YUV 136.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 213 90 176 0 0.58 0.17 0.16 318.05 0.59 0.59
Hex D5 5A B0 0 3A 11 10 13E 3B 3B
Octal 325 132 260 0 72 21 20 476 73 73
Binary 11010101 1011010 10110000 0 111010 10001 10000 100111110 111011 111011

Color Harmonies of #D55AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AB0

Black with #D55AB0

Text Example


Text Example

White with #D55AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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