Html Css Color HEX #DE46B2 Fuchsia

📋 copy color: '#DE46B2'

red 222 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #DE46B2

Tints of Fuchsia #DE46B2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.89%

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 47.23%
G = 14.89%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE46B2 (or 0xDE46B2) is known color: Fuchsia. HEX triplet: DE, 46 and B2. RGB value is (222,70,178). Sum of RGB (Red+Green+Blue) = 222+70+178=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE46B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE46B2 is #21B94D. Grayscale: #7F7F7F. Windows color (decimal): -2210126 or 11683550. OLE color: 11683550.

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

Color convert

RGB 222 70 178 -
CMYK 0 0.68 0.20 0.13
HSL 317.37º 0.7% 0.57% -
HSV(B) 317.37º 0.68% 0.87% -
XYZ 40.35 23.12 44.46 -
YUV 127.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 222 70 178 0 0.68 0.20 0.13 317.37 0.7 0.57
Hex DE 46 B2 0 44 14 D 13D 46 39
Octal 336 106 262 0 104 24 15 475 106 71
Binary 11011110 1000110 10110010 0 1000100 10100 1101 100111101 1000110 111001

Color Harmonies of #DE46B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE46B2

Black with #DE46B2

Text Example


Text Example

White with #DE46B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE46B2; }

 p { color: rgb(222,70,178); }

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

background-color css

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

 a { background-color: rgb(222,70,178); }

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

border-color css

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

 span { border-color: rgb(222,70,178); }

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