Html Css Color HEX #DE43B3 Fuchsia

📋 copy color: '#DE43B3'

red 222 ◦ green 67 ◦ blue 179

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

Shades of Fuchsia #DE43B3

Tints of Fuchsia #DE43B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 47.44%
G = 14.32%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE43B3 (or 0xDE43B3) is known color: Fuchsia. HEX triplet: DE, 43 and B3. RGB value is (222,67,179). Sum of RGB (Red+Green+Blue) = 222+67+179=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE43B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE43B3 is #21BC4C. Grayscale: #7D7D7D. Windows color (decimal): -2210893 or 11748318. OLE color: 11748318.

HSL color Cylindrical-coordinate representation of color #DE43B3: hue angle of 316.65º 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 #DE43B3 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 67 179 -
CMYK 0 0.70 0.19 0.13
HSL 316.65º 0.7% 0.57% -
HSV(B) 316.65º 0.7% 0.87% -
XYZ 40.27 22.8 44.93 -
YUV 126.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 222 67 179 0 0.70 0.19 0.13 316.65 0.7 0.57
Hex DE 43 B3 0 46 13 D 13D 46 39
Octal 336 103 263 0 106 23 15 475 106 71
Binary 11011110 1000011 10110011 0 1000110 10011 1101 100111101 1000110 111001

Color Harmonies of #DE43B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE43B3

Black with #DE43B3

Text Example


Text Example

White with #DE43B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE43B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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