Html Css Color HEX #DD63D7 Free Speech Magenta

📋 copy color: '#DD63D7'

red 221 ◦ green 99 ◦ blue 215

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

Shades of Free Speech Magenta #DD63D7

Tints of Free Speech Magenta #DD63D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 41.31%
G = 18.5%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD63D7 (or 0xDD63D7) is known color: Free Speech Magenta. HEX triplet: DD, 63 and D7. RGB value is (221,99,215). Sum of RGB (Red+Green+Blue) = 221+99+215=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63D7 is #229C28. Grayscale: #949494. Windows color (decimal): -2268201 or 14115805. OLE color: 14115805.

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

Color convert

RGB 221 99 215 -
CMYK 0 0.55 0.03 0.13
HSL 302.95º 0.64% 0.63% -
HSV(B) 302.95º 0.55% 0.87% -
XYZ 46.55 29.2 67.47 -
YUV 148.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 221 99 215 0 0.55 0.03 0.13 302.95 0.64 0.63
Hex DD 63 D7 0 37 3 D 12F 40 3F
Octal 335 143 327 0 67 3 15 457 100 77
Binary 11011101 1100011 11010111 0 110111 11 1101 100101111 1000000 111111

Color Harmonies of #DD63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63D7

Black with #DD63D7

Text Example


Text Example

White with #DD63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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