Html Css Color HEX #DE47BA Fuchsia

📋 copy color: '#DE47BA'

red 222 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #DE47BA

Tints of Fuchsia #DE47BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 46.35%
G = 14.82%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE47BA (or 0xDE47BA) is known color: Fuchsia. HEX triplet: DE, 47 and BA. RGB value is (222,71,186). Sum of RGB (Red+Green+Blue) = 222+71+186=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE47BA is #21B845. Grayscale: #808080. Windows color (decimal): -2209862 or 12208094. OLE color: 12208094.

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

Color convert

RGB 222 71 186 -
CMYK 0 0.68 0.16 0.13
HSL 314.3º 0.7% 0.57% -
HSV(B) 314.3º 0.68% 0.87% -
XYZ 41.24 23.58 48.83 -
YUV 129.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 222 71 186 0 0.68 0.16 0.13 314.3 0.7 0.57
Hex DE 47 BA 0 44 10 D 13A 46 39
Octal 336 107 272 0 104 20 15 472 106 71
Binary 11011110 1000111 10111010 0 1000100 10000 1101 100111010 1000110 111001

Color Harmonies of #DE47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE47BA

Black with #DE47BA

Text Example


Text Example

White with #DE47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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