Html Css Color HEX #DD58DA Free Speech Magenta

📋 copy color: '#DD58DA'

red 221 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #DD58DA

Tints of Free Speech Magenta #DD58DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 41.94%
G = 16.7%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD58DA (or 0xDD58DA) is known color: Free Speech Magenta. HEX triplet: DD, 58 and DA. RGB value is (221,88,218). Sum of RGB (Red+Green+Blue) = 221+88+218=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58DA is #22A725. Grayscale: #8E8E8E. Windows color (decimal): -2271014 or 14309597. OLE color: 14309597.

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

Color convert

RGB 221 88 218 -
CMYK 0 0.60 0.01 0.13
HSL 301.35º 0.66% 0.61% -
HSV(B) 301.35º 0.6% 0.87% -
XYZ 45.96 27.41 69.2 -
YUV 142.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 221 88 218 0 0.60 0.01 0.13 301.35 0.66 0.61
Hex DD 58 DA 0 3C 1 D 12D 42 3D
Octal 335 130 332 0 74 1 15 455 102 75
Binary 11011101 1011000 11011010 0 111100 1 1101 100101101 1000010 111101

Color Harmonies of #DD58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58DA

Black with #DD58DA

Text Example


Text Example

White with #DD58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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