Html Css Color HEX #DD60D9 Free Speech Magenta

📋 copy color: '#DD60D9'

red 221 ◦ green 96 ◦ blue 217

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

Shades of Free Speech Magenta #DD60D9

Tints of Free Speech Magenta #DD60D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 41.39%
G = 17.98%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD60D9 (or 0xDD60D9) is known color: Free Speech Magenta. HEX triplet: DD, 60 and D9. RGB value is (221,96,217). Sum of RGB (Red+Green+Blue) = 221+96+217=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60D9 is #229F26. Grayscale: #929292. Windows color (decimal): -2268967 or 14246109. OLE color: 14246109.

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

Color convert

RGB 221 96 217 -
CMYK 0 0.57 0.02 0.13
HSL 301.92º 0.65% 0.62% -
HSV(B) 301.92º 0.57% 0.87% -
XYZ 46.53 28.75 68.74 -
YUV 147.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 221 96 217 0 0.57 0.02 0.13 301.92 0.65 0.62
Hex DD 60 D9 0 39 2 D 12E 41 3E
Octal 335 140 331 0 71 2 15 456 101 76
Binary 11011101 1100000 11011001 0 111001 10 1101 100101110 1000001 111110

Color Harmonies of #DD60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60D9

Black with #DD60D9

Text Example


Text Example

White with #DD60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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