Html Css Color HEX #DE58D9 Free Speech Magenta

📋 copy color: '#DE58D9'

red 222 ◦ green 88 ◦ blue 217

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

Shades of Free Speech Magenta #DE58D9

Tints of Free Speech Magenta #DE58D9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.7%

 BLUE value IS 217 (85.16% from 255) = 41.18%

R = 42.13%
G = 16.7%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE58D9 (or 0xDE58D9) is known color: Free Speech Magenta. HEX triplet: DE, 58 and D9. RGB value is (222,88,217). Sum of RGB (Red+Green+Blue) = 222+88+217=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE58D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE58D9 is #21A726. Grayscale: #8E8E8E. Windows color (decimal): -2205479 or 14244062. OLE color: 14244062.

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

Color convert

RGB 222 88 217 -
CMYK 0 0.60 0.02 0.13
HSL 302.24º 0.67% 0.61% -
HSV(B) 302.24º 0.6% 0.87% -
XYZ 46.14 27.52 68.53 -
YUV 142.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 222 88 217 0 0.60 0.02 0.13 302.24 0.67 0.61
Hex DE 58 D9 0 3C 2 D 12E 43 3D
Octal 336 130 331 0 74 2 15 456 103 75
Binary 11011110 1011000 11011001 0 111100 10 1101 100101110 1000011 111101

Color Harmonies of #DE58D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE58D9

Black with #DE58D9

Text Example


Text Example

White with #DE58D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE58D9; }

 p { color: rgb(222,88,217); }

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

background-color css

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

 a { background-color: rgb(222,88,217); }

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

border-color css

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

 span { border-color: rgb(222,88,217); }

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