Html Css Color HEX #DE4AB3 Fuchsia

📋 copy color: '#DE4AB3'

red 222 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #DE4AB3

Tints of Fuchsia #DE4AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

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

R = 46.74%
G = 15.58%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE4AB3 (or 0xDE4AB3) is known color: Fuchsia. HEX triplet: DE, 4A and B3. RGB value is (222,74,179). Sum of RGB (Red+Green+Blue) = 222+74+179=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE4AB3 is #21B54C. Grayscale: #818181. Windows color (decimal): -2209101 or 11750110. OLE color: 11750110.

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

Color convert

RGB 222 74 179 -
CMYK 0 0.67 0.19 0.13
HSL 317.43º 0.69% 0.58% -
HSV(B) 317.43º 0.67% 0.87% -
XYZ 40.71 23.68 45.07 -
YUV 130.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 222 74 179 0 0.67 0.19 0.13 317.43 0.69 0.58
Hex DE 4A B3 0 43 13 D 13D 45 3A
Octal 336 112 263 0 103 23 15 475 105 72
Binary 11011110 1001010 10110011 0 1000011 10011 1101 100111101 1000101 111010

Color Harmonies of #DE4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4AB3

Black with #DE4AB3

Text Example


Text Example

White with #DE4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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