Html Css Color HEX #D55ABC Fuchsia

📋 copy color: '#D55ABC'

red 213 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #D55ABC

Tints of Fuchsia #D55ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 43.38%
G = 18.33%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D55ABC (or 0xD55ABC) is known color: Fuchsia. HEX triplet: D5, 5A and BC. RGB value is (213,90,188). Sum of RGB (Red+Green+Blue) = 213+90+188=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ABC is #2AA543. Grayscale: #898989. Windows color (decimal): -2794820 or 12344021. OLE color: 12344021.

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

Color convert

RGB 213 90 188 -
CMYK 0 0.58 0.12 0.16
HSL 312.2º 0.59% 0.59% -
HSV(B) 312.2º 0.58% 0.84% -
XYZ 40.17 25.09 50.3 -
YUV 137.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 213 90 188 0 0.58 0.12 0.16 312.2 0.59 0.59
Hex D5 5A BC 0 3A C 10 138 3B 3B
Octal 325 132 274 0 72 14 20 470 73 73
Binary 11010101 1011010 10111100 0 111010 1100 10000 100111000 111011 111011

Color Harmonies of #D55ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55ABC

Black with #D55ABC

Text Example


Text Example

White with #D55ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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