Html Css Color HEX #DD58DD Free Speech Magenta

📋 copy color: '#DD58DD'

red 221 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #DD58DD

Tints of Free Speech Magenta #DD58DD

RGB

 RED value IS 221 (86.72% from 255) = 41.7%

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 41.7%
G = 16.6%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD58DD (or 0xDD58DD) is known color: Free Speech Magenta. HEX triplet: DD, 58 and DD. RGB value is (221,88,221). Sum of RGB (Red+Green+Blue) = 221+88+221=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58DD is #22A722. Grayscale: #8E8E8E. Windows color (decimal): -2271011 or 14506205. OLE color: 14506205.

HSL color Cylindrical-coordinate representation of color #DD58DD: hue angle of 300º degrees, saturation: 0.66, 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 #DD58DD is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 221 -
CMYK 0 0.60 0 0.13
HSL 300º 0.66% 0.61% -
HSV(B) 300º 0.6% 0.87% -
XYZ 46.36 27.57 71.29 -
YUV 142.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 221 88 221 0 0.60 0 0.13 300 0.66 0.61
Hex DD 58 DD 0 3C 0 D 12C 42 3D
Octal 335 130 335 0 74 0 15 454 102 75
Binary 11011101 1011000 11011101 0 111100 0 1101 100101100 1000010 111101

Color Harmonies of #DD58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58DD

Black with #DD58DD

Text Example


Text Example

White with #DD58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58DD; }

 p { color: rgb(221,88,221); }

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

background-color css

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

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

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

border-color css

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

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

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