Html Css Color HEX #DD60D6 Free Speech Magenta

📋 copy color: '#DD60D6'

red 221 ◦ green 96 ◦ blue 214

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

Shades of Free Speech Magenta #DD60D6

Tints of Free Speech Magenta #DD60D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 41.62%
G = 18.08%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD60D6 (or 0xDD60D6) is known color: Free Speech Magenta. HEX triplet: DD, 60 and D6. RGB value is (221,96,214). Sum of RGB (Red+Green+Blue) = 221+96+214=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60D6 is #229F29. Grayscale: #929292. Windows color (decimal): -2268970 or 14049501. OLE color: 14049501.

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

Color convert

RGB 221 96 214 -
CMYK 0 0.57 0.03 0.13
HSL 303.36º 0.65% 0.62% -
HSV(B) 303.36º 0.57% 0.87% -
XYZ 46.14 28.59 66.71 -
YUV 146.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 221 96 214 0 0.57 0.03 0.13 303.36 0.65 0.62
Hex DD 60 D6 0 39 3 D 12F 41 3E
Octal 335 140 326 0 71 3 15 457 101 76
Binary 11011101 1100000 11010110 0 111001 11 1101 100101111 1000001 111110

Color Harmonies of #DD60D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60D6

Black with #DD60D6

Text Example


Text Example

White with #DD60D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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