Html Css Color HEX #DD58CC Free Speech Magenta

📋 copy color: '#DD58CC'

red 221 ◦ green 88 ◦ blue 204

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

Shades of Free Speech Magenta #DD58CC

Tints of Free Speech Magenta #DD58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 43.08%
G = 17.15%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD58CC (or 0xDD58CC) is known color: Free Speech Magenta. HEX triplet: DD, 58 and CC. RGB value is (221,88,204). Sum of RGB (Red+Green+Blue) = 221+88+204=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58CC is #22A733. Grayscale: #8C8C8C. Windows color (decimal): -2271028 or 13392093. OLE color: 13392093.

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

Color convert

RGB 221 88 204 -
CMYK 0 0.60 0.08 0.13
HSL 307.67º 0.66% 0.61% -
HSV(B) 307.67º 0.6% 0.87% -
XYZ 44.21 26.71 59.95 -
YUV 140.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 221 88 204 0 0.60 0.08 0.13 307.67 0.66 0.61
Hex DD 58 CC 0 3C 8 D 134 42 3D
Octal 335 130 314 0 74 10 15 464 102 75
Binary 11011101 1011000 11001100 0 111100 1000 1101 100110100 1000010 111101

Color Harmonies of #DD58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58CC

Black with #DD58CC

Text Example


Text Example

White with #DD58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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