Html Css Color HEX #DD63DD Free Speech Magenta

📋 copy color: '#DD63DD'

red 221 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #DD63DD

Tints of Free Speech Magenta #DD63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.3%

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

R = 40.85%
G = 18.3%
B = 40.85%

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

#DD63DD (or 0xDD63DD) is known color: Free Speech Magenta. HEX triplet: DD, 63 and DD. RGB value is (221,99,221). Sum of RGB (Red+Green+Blue) = 221+99+221=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63DD is #229C22. Grayscale: #959595. Windows color (decimal): -2268195 or 14509021. OLE color: 14509021.

HSL color Cylindrical-coordinate representation of color #DD63DD: 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 #DD63DD is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 221 -
CMYK 0 0.55 0 0.13
HSL 300º 0.64% 0.63% -
HSV(B) 300º 0.55% 0.87% -
XYZ 47.33 29.52 71.61 -
YUV 149.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 221 99 221 0 0.55 0 0.13 300 0.64 0.63
Hex DD 63 DD 0 37 0 D 12C 40 3F
Octal 335 143 335 0 67 0 15 454 100 77
Binary 11011101 1100011 11011101 0 110111 0 1101 100101100 1000000 111111

Color Harmonies of #DD63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63DD

Black with #DD63DD

Text Example


Text Example

White with #DD63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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