Html Css Color HEX #DD63DA Free Speech Magenta

📋 copy color: '#DD63DA'

red 221 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #DD63DA

Tints of Free Speech Magenta #DD63DA

RGB

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

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

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

R = 41.08%
G = 18.4%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD63DA (or 0xDD63DA) is known color: Free Speech Magenta. HEX triplet: DD, 63 and DA. RGB value is (221,99,218). Sum of RGB (Red+Green+Blue) = 221+99+218=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63DA is #229C25. Grayscale: #949494. Windows color (decimal): -2268198 or 14312413. OLE color: 14312413.

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

Color convert

RGB 221 99 218 -
CMYK 0 0.55 0.01 0.13
HSL 301.48º 0.64% 0.63% -
HSV(B) 301.48º 0.55% 0.87% -
XYZ 46.94 29.36 69.52 -
YUV 149.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 221 99 218 0 0.55 0.01 0.13 301.48 0.64 0.63
Hex DD 63 DA 0 37 1 D 12D 40 3F
Octal 335 143 332 0 67 1 15 455 100 77
Binary 11011101 1100011 11011010 0 110111 1 1101 100101101 1000000 111111

Color Harmonies of #DD63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63DA

Black with #DD63DA

Text Example


Text Example

White with #DD63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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