Html Css Color HEX #DD60DA Free Speech Magenta

📋 copy color: '#DD60DA'

red 221 ◦ green 96 ◦ blue 218

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

Shades of Free Speech Magenta #DD60DA

Tints of Free Speech Magenta #DD60DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 41.31%
G = 17.94%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD60DA (or 0xDD60DA) is known color: Free Speech Magenta. HEX triplet: DD, 60 and DA. RGB value is (221,96,218). Sum of RGB (Red+Green+Blue) = 221+96+218=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD60DA is #229F25. Grayscale: #929292. Windows color (decimal): -2268966 or 14311645. OLE color: 14311645.

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

Color convert

RGB 221 96 218 -
CMYK 0 0.57 0.01 0.13
HSL 301.44º 0.65% 0.62% -
HSV(B) 301.44º 0.57% 0.87% -
XYZ 46.66 28.8 69.43 -
YUV 147.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 221 96 218 0 0.57 0.01 0.13 301.44 0.65 0.62
Hex DD 60 DA 0 39 1 D 12D 41 3E
Octal 335 140 332 0 71 1 15 455 101 76
Binary 11011101 1100000 11011010 0 111001 1 1101 100101101 1000001 111110

Color Harmonies of #DD60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD60DA

Black with #DD60DA

Text Example


Text Example

White with #DD60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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