Html Css Color HEX #DD58D3 Free Speech Magenta

📋 copy color: '#DD58D3'

red 221 ◦ green 88 ◦ blue 211

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

Shades of Free Speech Magenta #DD58D3

Tints of Free Speech Magenta #DD58D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.58%

R = 42.5%
G = 16.92%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD58D3 (or 0xDD58D3) is known color: Free Speech Magenta. HEX triplet: DD, 58 and D3. RGB value is (221,88,211). Sum of RGB (Red+Green+Blue) = 221+88+211=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58D3 is #22A72C. Grayscale: #8D8D8D. Windows color (decimal): -2271021 or 13850845. OLE color: 13850845.

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

Color convert

RGB 221 88 211 -
CMYK 0 0.60 0.05 0.13
HSL 304.51º 0.66% 0.61% -
HSV(B) 304.51º 0.6% 0.87% -
XYZ 45.07 27.05 64.47 -
YUV 141.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 221 88 211 0 0.60 0.05 0.13 304.51 0.66 0.61
Hex DD 58 D3 0 3C 5 D 131 42 3D
Octal 335 130 323 0 74 5 15 461 102 75
Binary 11011101 1011000 11010011 0 111100 101 1101 100110001 1000010 111101

Color Harmonies of #DD58D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58D3

Black with #DD58D3

Text Example


Text Example

White with #DD58D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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