Html Css Color HEX #DD58C3 Free Speech Magenta

📋 copy color: '#DD58C3'

red 221 ◦ green 88 ◦ blue 195

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

Shades of Free Speech Magenta #DD58C3

Tints of Free Speech Magenta #DD58C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 43.85%
G = 17.46%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD58C3 (or 0xDD58C3) is known color: Free Speech Magenta. HEX triplet: DD, 58 and C3. RGB value is (221,88,195). Sum of RGB (Red+Green+Blue) = 221+88+195=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58C3 is #22A73C. Grayscale: #8B8B8B. Windows color (decimal): -2271037 or 12802269. OLE color: 12802269.

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

Color convert

RGB 221 88 195 -
CMYK 0 0.60 0.12 0.13
HSL 311.73º 0.66% 0.61% -
HSV(B) 311.73º 0.6% 0.87% -
XYZ 43.16 26.29 54.43 -
YUV 139.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 221 88 195 0 0.60 0.12 0.13 311.73 0.66 0.61
Hex DD 58 C3 0 3C C D 138 42 3D
Octal 335 130 303 0 74 14 15 470 102 75
Binary 11011101 1011000 11000011 0 111100 1100 1101 100111000 1000010 111101

Color Harmonies of #DD58C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58C3

Black with #DD58C3

Text Example


Text Example

White with #DD58C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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