Html Css Color HEX #DE4DB5 Fuchsia

📋 copy color: '#DE4DB5'

red 222 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #DE4DB5

Tints of Fuchsia #DE4DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.04%

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

R = 46.25%
G = 16.04%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DE4DB5 (or 0xDE4DB5) is known color: Fuchsia. HEX triplet: DE, 4D and B5. RGB value is (222,77,181). Sum of RGB (Red+Green+Blue) = 222+77+181=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE4DB5 is #21B24A. Grayscale: #838383. Windows color (decimal): -2208331 or 11881950. OLE color: 11881950.

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

Color convert

RGB 222 77 181 -
CMYK 0 0.65 0.18 0.13
HSL 316.97º 0.69% 0.59% -
HSV(B) 316.97º 0.65% 0.87% -
XYZ 41.12 24.17 46.21 -
YUV 132.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 222 77 181 0 0.65 0.18 0.13 316.97 0.69 0.59
Hex DE 4D B5 0 41 12 D 13D 45 3B
Octal 336 115 265 0 101 22 15 475 105 73
Binary 11011110 1001101 10110101 0 1000001 10010 1101 100111101 1000101 111011

Color Harmonies of #DE4DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4DB5

Black with #DE4DB5

Text Example


Text Example

White with #DE4DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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