Html Css Color HEX #DE54B5 Fuchsia

📋 copy color: '#DE54B5'

red 222 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #DE54B5

Tints of Fuchsia #DE54B5

RGB

 RED value IS 222 (87.11% from 255) = 45.59%

 GREEN value IS 84 (33.2% from 255) = 17.25%

 BLUE value IS 181 (71.09% from 255) = 37.17%

R = 45.59%
G = 17.25%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE54B5 (or 0xDE54B5) is known color: Fuchsia. HEX triplet: DE, 54 and B5. RGB value is (222,84,181). Sum of RGB (Red+Green+Blue) = 222+84+181=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE54B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE54B5 is #21AB4A. Grayscale: #888888. Windows color (decimal): -2206539 or 11883742. OLE color: 11883742.

HSL color Cylindrical-coordinate representation of color #DE54B5: hue angle of 317.83º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE54B5 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 84 181 -
CMYK 0 0.62 0.18 0.13
HSL 317.83º 0.68% 0.6% -
HSV(B) 317.83º 0.62% 0.87% -
XYZ 41.64 25.21 46.39 -
YUV 136.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 222 84 181 0 0.62 0.18 0.13 317.83 0.68 0.6
Hex DE 54 B5 0 3E 12 D 13E 44 3C
Octal 336 124 265 0 76 22 15 476 104 74
Binary 11011110 1010100 10110101 0 111110 10010 1101 100111110 1000100 111100

Color Harmonies of #DE54B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE54B5

Black with #DE54B5

Text Example


Text Example

White with #DE54B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE54B5; }

 p { color: rgb(222,84,181); }

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

background-color css

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

 a { background-color: rgb(222,84,181); }

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

border-color css

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

 span { border-color: rgb(222,84,181); }

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