Html Css Color HEX #DE49BA Fuchsia

📋 copy color: '#DE49BA'

red 222 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #DE49BA

Tints of Fuchsia #DE49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.18%

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

R = 46.15%
G = 15.18%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DE49BA (or 0xDE49BA) is known color: Fuchsia. HEX triplet: DE, 49 and BA. RGB value is (222,73,186). Sum of RGB (Red+Green+Blue) = 222+73+186=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE49BA is #21B645. Grayscale: #828282. Windows color (decimal): -2209350 or 12208606. OLE color: 12208606.

HSL color Cylindrical-coordinate representation of color #DE49BA: hue angle of 314.5º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE49BA is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 73 186 -
CMYK 0 0.67 0.16 0.13
HSL 314.5º 0.69% 0.58% -
HSV(B) 314.5º 0.67% 0.87% -
XYZ 41.37 23.84 48.88 -
YUV 130.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 222 73 186 0 0.67 0.16 0.13 314.5 0.69 0.58
Hex DE 49 BA 0 43 10 D 13A 45 3A
Octal 336 111 272 0 103 20 15 472 105 72
Binary 11011110 1001001 10111010 0 1000011 10000 1101 100111010 1000101 111010

Color Harmonies of #DE49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE49BA

Black with #DE49BA

Text Example


Text Example

White with #DE49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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