Html Css Color HEX #DD60DD Free Speech Magenta

📋 copy color: '#DD60DD'

red 221 ◦ green 96 ◦ blue 221

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

Shades of Free Speech Magenta #DD60DD

Tints of Free Speech Magenta #DD60DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.84%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 41.08%
G = 17.84%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD60DD (or 0xDD60DD) is known color: Free Speech Magenta. HEX triplet: DD, 60 and DD. RGB value is (221,96,221). Sum of RGB (Red+Green+Blue) = 221+96+221=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60DD is #229F22. Grayscale: #939393. Windows color (decimal): -2268963 or 14508253. OLE color: 14508253.

HSL color Cylindrical-coordinate representation of color #DD60DD: hue angle of 300º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60DD is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 96 221 -
CMYK 0 0.57 0 0.13
HSL 300º 0.65% 0.62% -
HSV(B) 300º 0.57% 0.87% -
XYZ 47.05 28.96 71.52 -
YUV 147.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 221 96 221 0 0.57 0 0.13 300 0.65 0.62
Hex DD 60 DD 0 39 0 D 12C 41 3E
Octal 335 140 335 0 71 0 15 454 101 76
Binary 11011101 1100000 11011101 0 111001 0 1101 100101100 1000001 111110

Color Harmonies of #DD60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60DD

Black with #DD60DD

Text Example


Text Example

White with #DD60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60DD; }

 p { color: rgb(221,96,221); }

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

background-color css

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

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

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

border-color css

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

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

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