Html Css Color HEX #DD63C7 Free Speech Magenta

📋 copy color: '#DD63C7'

red 221 ◦ green 99 ◦ blue 199

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

Shades of Free Speech Magenta #DD63C7

Tints of Free Speech Magenta #DD63C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 42.58%
G = 19.08%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD63C7 (or 0xDD63C7) is known color: Free Speech Magenta. HEX triplet: DD, 63 and C7. RGB value is (221,99,199). Sum of RGB (Red+Green+Blue) = 221+99+199=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63C7 is #229C38. Grayscale: #929292. Windows color (decimal): -2268217 or 13067229. OLE color: 13067229.

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

Color convert

RGB 221 99 199 -
CMYK 0 0.55 0.10 0.13
HSL 310.82º 0.64% 0.63% -
HSV(B) 310.82º 0.55% 0.87% -
XYZ 44.59 28.42 57.17 -
YUV 146.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 221 99 199 0 0.55 0.10 0.13 310.82 0.64 0.63
Hex DD 63 C7 0 37 A D 137 40 3F
Octal 335 143 307 0 67 12 15 467 100 77
Binary 11011101 1100011 11000111 0 110111 1010 1101 100110111 1000000 111111

Color Harmonies of #DD63C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63C7

Black with #DD63C7

Text Example


Text Example

White with #DD63C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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