Html Css Color HEX #DE43B9 Fuchsia

📋 copy color: '#DE43B9'

red 222 ◦ green 67 ◦ blue 185

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

Shades of Fuchsia #DE43B9

Tints of Fuchsia #DE43B9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.14%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 46.84%
G = 14.14%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DE43B9 (or 0xDE43B9) is known color: Fuchsia. HEX triplet: DE, 43 and B9. RGB value is (222,67,185). Sum of RGB (Red+Green+Blue) = 222+67+185=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE43B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE43B9 is #21BC46. Grayscale: #7E7E7E. Windows color (decimal): -2210887 or 12141534. OLE color: 12141534.

HSL color Cylindrical-coordinate representation of color #DE43B9: hue angle of 314.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE43B9 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 67 185 -
CMYK 0 0.70 0.17 0.13
HSL 314.32º 0.7% 0.57% -
HSV(B) 314.32º 0.7% 0.87% -
XYZ 40.89 23.05 48.19 -
YUV 126.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 222 67 185 0 0.70 0.17 0.13 314.32 0.7 0.57
Hex DE 43 B9 0 46 11 D 13A 46 39
Octal 336 103 271 0 106 21 15 472 106 71
Binary 11011110 1000011 10111001 0 1000110 10001 1101 100111010 1000110 111001

Color Harmonies of #DE43B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE43B9

Black with #DE43B9

Text Example


Text Example

White with #DE43B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE43B9; }

 p { color: rgb(222,67,185); }

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

background-color css

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

 a { background-color: rgb(222,67,185); }

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

border-color css

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

 span { border-color: rgb(222,67,185); }

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