Html Css Color HEX #DE47B2 Fuchsia

📋 copy color: '#DE47B2'

red 222 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #DE47B2

Tints of Fuchsia #DE47B2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.07%

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

R = 47.13%
G = 15.07%
B = 37.79%

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

#DE47B2 (or 0xDE47B2) is known color: Fuchsia. HEX triplet: DE, 47 and B2. RGB value is (222,71,178). Sum of RGB (Red+Green+Blue) = 222+71+178=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE47B2 is #21B84D. Grayscale: #808080. Windows color (decimal): -2209870 or 11683806. OLE color: 11683806.

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

Color convert

RGB 222 71 178 -
CMYK 0 0.68 0.20 0.13
HSL 317.48º 0.7% 0.57% -
HSV(B) 317.48º 0.68% 0.87% -
XYZ 40.41 23.25 44.48 -
YUV 128.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 222 71 178 0 0.68 0.20 0.13 317.48 0.7 0.57
Hex DE 47 B2 0 44 14 D 13D 46 39
Octal 336 107 262 0 104 24 15 475 106 71
Binary 11011110 1000111 10110010 0 1000100 10100 1101 100111101 1000110 111001

Color Harmonies of #DE47B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE47B2

Black with #DE47B2

Text Example


Text Example

White with #DE47B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE47B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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