Html Css Color HEX #DD58CE Free Speech Magenta

📋 copy color: '#DD58CE'

red 221 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Magenta #DD58CE

Tints of Free Speech Magenta #DD58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 42.91%
G = 17.09%
B = 40%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD58CE (or 0xDD58CE) is known color: Free Speech Magenta. HEX triplet: DD, 58 and CE. RGB value is (221,88,206). Sum of RGB (Red+Green+Blue) = 221+88+206=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58CE is #22A731. Grayscale: #8C8C8C. Windows color (decimal): -2271026 or 13523165. OLE color: 13523165.

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

Color convert

RGB 221 88 206 -
CMYK 0 0.60 0.07 0.13
HSL 306.77º 0.66% 0.61% -
HSV(B) 306.77º 0.6% 0.87% -
XYZ 44.45 26.81 61.22 -
YUV 141.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 221 88 206 0 0.60 0.07 0.13 306.77 0.66 0.61
Hex DD 58 CE 0 3C 7 D 133 42 3D
Octal 335 130 316 0 74 7 15 463 102 75
Binary 11011101 1011000 11001110 0 111100 111 1101 100110011 1000010 111101

Color Harmonies of #DD58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58CE

Black with #DD58CE

Text Example


Text Example

White with #DD58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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