Html Css Color HEX #DD64DD Free Speech Magenta

📋 copy color: '#DD64DD'

red 221 ◦ green 100 ◦ blue 221

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

Shades of Free Speech Magenta #DD64DD

Tints of Free Speech Magenta #DD64DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.45%

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

R = 40.77%
G = 18.45%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD64DD (or 0xDD64DD) is known color: Free Speech Magenta. HEX triplet: DD, 64 and DD. RGB value is (221,100,221). Sum of RGB (Red+Green+Blue) = 221+100+221=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD64DD is #229B22. Grayscale: #959595. Windows color (decimal): -2267939 or 14509277. OLE color: 14509277.

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

Color convert

RGB 221 100 221 -
CMYK 0 0.55 0 0.13
HSL 300º 0.64% 0.63% -
HSV(B) 300º 0.55% 0.87% -
XYZ 47.43 29.71 71.64 -
YUV 149.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 221 100 221 0 0.55 0 0.13 300 0.64 0.63
Hex DD 64 DD 0 37 0 D 12C 40 3F
Octal 335 144 335 0 67 0 15 454 100 77
Binary 11011101 1100100 11011101 0 110111 0 1101 100101100 1000000 111111

Color Harmonies of #DD64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD64DD

Black with #DD64DD

Text Example


Text Example

White with #DD64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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