Html Css Color HEX #D55AC4 Fuchsia

📋 copy color: '#D55AC4'

red 213 ◦ green 90 ◦ blue 196

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

Shades of Fuchsia #D55AC4

Tints of Fuchsia #D55AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.28%

R = 42.69%
G = 18.04%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D55AC4 (or 0xD55AC4) is known color: Fuchsia. HEX triplet: D5, 5A and C4. RGB value is (213,90,196). Sum of RGB (Red+Green+Blue) = 213+90+196=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC4 is #2AA53B. Grayscale: #8A8A8A. Windows color (decimal): -2794812 or 12868309. OLE color: 12868309.

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

Color convert

RGB 213 90 196 -
CMYK 0 0.58 0.08 0.16
HSL 308.29º 0.59% 0.59% -
HSV(B) 308.29º 0.58% 0.84% -
XYZ 41.06 25.44 54.97 -
YUV 138.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 213 90 196 0 0.58 0.08 0.16 308.29 0.59 0.59
Hex D5 5A C4 0 3A 8 10 134 3B 3B
Octal 325 132 304 0 72 10 20 464 73 73
Binary 11010101 1011010 11000100 0 111010 1000 10000 100110100 111011 111011

Color Harmonies of #D55AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AC4

Black with #D55AC4

Text Example


Text Example

White with #D55AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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