Html Css Color HEX #DE5AD4 Free Speech Magenta

📋 copy color: '#DE5AD4'

red 222 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Magenta #DE5AD4

Tints of Free Speech Magenta #DE5AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 212 (83.2% from 255) = 40.46%

R = 42.37%
G = 17.18%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE5AD4 (or 0xDE5AD4) is known color: Free Speech Magenta. HEX triplet: DE, 5A and D4. RGB value is (222,90,212). Sum of RGB (Red+Green+Blue) = 222+90+212=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5AD4 is #21A52B. Grayscale: #8F8F8F. Windows color (decimal): -2204972 or 13916894. OLE color: 13916894.

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

Color convert

RGB 222 90 212 -
CMYK 0 0.59 0.05 0.13
HSL 304.55º 0.67% 0.61% -
HSV(B) 304.55º 0.59% 0.87% -
XYZ 45.66 27.6 65.21 -
YUV 143.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 222 90 212 0 0.59 0.05 0.13 304.55 0.67 0.61
Hex DE 5A D4 0 3B 5 D 131 43 3D
Octal 336 132 324 0 73 5 15 461 103 75
Binary 11011110 1011010 11010100 0 111011 101 1101 100110001 1000011 111101

Color Harmonies of #DE5AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5AD4

Black with #DE5AD4

Text Example


Text Example

White with #DE5AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5AD4; }

 p { color: rgb(222,90,212); }

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

background-color css

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

 a { background-color: rgb(222,90,212); }

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

border-color css

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

 span { border-color: rgb(222,90,212); }

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