Html Css Color HEX #D55AB6 Fuchsia

📋 copy color: '#D55AB6'

red 213 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #D55AB6

Tints of Fuchsia #D55AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 43.92%
G = 18.56%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D55AB6 (or 0xD55AB6) is known color: Fuchsia. HEX triplet: D5, 5A and B6. RGB value is (213,90,182). Sum of RGB (Red+Green+Blue) = 213+90+182=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AB6 is #2AA549. Grayscale: #898989. Windows color (decimal): -2794826 or 11950805. OLE color: 11950805.

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

Color convert

RGB 213 90 182 -
CMYK 0 0.58 0.15 0.16
HSL 315.12º 0.59% 0.59% -
HSV(B) 315.12º 0.58% 0.84% -
XYZ 39.54 24.84 46.97 -
YUV 137.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 213 90 182 0 0.58 0.15 0.16 315.12 0.59 0.59
Hex D5 5A B6 0 3A F 10 13B 3B 3B
Octal 325 132 266 0 72 17 20 473 73 73
Binary 11010101 1011010 10110110 0 111010 1111 10000 100111011 111011 111011

Color Harmonies of #D55AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AB6

Black with #D55AB6

Text Example


Text Example

White with #D55AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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