Html Css Color HEX #DE50B5 Fuchsia

📋 copy color: '#DE50B5'

red 222 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #DE50B5

Tints of Fuchsia #DE50B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

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

R = 45.96%
G = 16.56%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE50B5 (or 0xDE50B5) is known color: Fuchsia. HEX triplet: DE, 50 and B5. RGB value is (222,80,181). Sum of RGB (Red+Green+Blue) = 222+80+181=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE50B5 is #21AF4A. Grayscale: #858585. Windows color (decimal): -2207563 or 11882718. OLE color: 11882718.

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

Color convert

RGB 222 80 181 -
CMYK 0 0.64 0.18 0.13
HSL 317.32º 0.68% 0.59% -
HSV(B) 317.32º 0.64% 0.87% -
XYZ 41.33 24.6 46.29 -
YUV 133.97 154.54 190.79 -
System Red Green Blue C M Y K H S L
Decimal 222 80 181 0 0.64 0.18 0.13 317.32 0.68 0.59
Hex DE 50 B5 0 40 12 D 13D 44 3B
Octal 336 120 265 0 100 22 15 475 104 73
Binary 11011110 1010000 10110101 0 1000000 10010 1101 100111101 1000100 111011

Color Harmonies of #DE50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE50B5

Black with #DE50B5

Text Example


Text Example

White with #DE50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE50B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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